diff --git a/.github/workflows/test-tags.yml b/.github/workflows/test-tags.yml index b59a523d..6121595b 100644 --- a/.github/workflows/test-tags.yml +++ b/.github/workflows/test-tags.yml @@ -14,6 +14,8 @@ jobs: with: submodules: recursive - uses: goto-bus-stop/setup-zig@v2 # Will compile with ZigCC + with: + version: 0.13.0 - name: build run: echo "Hello Test.Tags Build!" diff --git a/info.zig b/info.zig index c568a648..5dcefab6 100644 --- a/info.zig +++ b/info.zig @@ -1 +1 @@ -const version = "0.2.104"; +const version = "0.2.105";