diff --git a/.circleci/config.yml b/.circleci/config.yml index ce7bc91ee0fccc89e65b30c23e347938bbcab6fd..4a14c123653d4faab6cd9dc07b7cef807192aed2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -15,7 +15,7 @@ jobs: - run: git submodule update --init --recursive - run: apt -y install xz-utils jq - - run: ./download_zig.sh 0.9.0-dev.370+8a863381d + - run: ./download_zig.sh 0.9.0-dev.397+b7da1b2d4 - run: zig version - run: zig env - run: zig build -Dbootstrap diff --git a/README.md b/README.md index f57265cf56d7b9d539b7d90728fd88f4848e9362..2f2b5e40c91bffdb81505a6f13326aa5ae60f129 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ A package manager for the Zig programming language. - https://github.com/nektro/zigmod/releases ## Built With -- Zig master `0.9.0-dev.370+8a863381d` +- Zig master `0.9.0-dev.397+b7da1b2d4` ### Build from Source Initially, diff --git a/docs/README.md b/docs/README.md index dec1de90c41b81e0d5549f60796f18e0c82c99e6..05d12e5fdbb3c13be4b166926f64f9d4750e3b96 100644 --- a/docs/README.md +++ b/docs/README.md @@ -8,7 +8,7 @@ You can learn more about Zig here: The rest of this documentation will assume you already have Zig installed. -As Zig is still in development itself, if you plan to contribute to Zigmod you will need a master download of Zig. Those can be obtained from https://ziglang.org/download/#release-master. The most recent release Zigmod was verified to work with is `0.9.0-dev.370+8a863381d`. +As Zig is still in development itself, if you plan to contribute to Zigmod you will need a master download of Zig. Those can be obtained from https://ziglang.org/download/#release-master. The most recent release Zigmod was verified to work with is `0.9.0-dev.397+b7da1b2d4`. ## Download You may download a precompiled binary from https://github.com/nektro/zigmod/releases or build the project from source.