diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2025-08-24 14:44:25 +0200 |
|---|---|---|
| committer | Chris Boesch <chrboesch@noreply.codeberg.org> | 2025-08-24 14:44:25 +0200 |
| commit | 04857aa75e60b0b4180e48755f4375172b7851c1 (patch) | |
| tree | 5abd55adfb06e334ec3c9a81cda4a971554950b2 | |
| parent | ad32e402a5138b8ac00a83626bcafe1cbdcad17a (diff) | |
| parent | 63640875699059e44a5f15b1521b17b42ef1da27 (diff) | |
Merge pull request 'fixed version numbers' (#295) from readme into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/295
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -45,7 +45,7 @@ Verify the installation and build number of `zig` like so: ``` $ zig version -0.15.0-dev.xxxx+xxxxxxxxx +0.16.0-dev.xxxx+xxxxxxxxx ``` Clone this repository with Git: @@ -73,8 +73,8 @@ the appropriate tag. The Zig language is under very active development. In order to be current, Ziglings tracks **development** builds of the Zig compiler rather than versioned **release** builds. The last -stable release was `0.14.1`, but Ziglings needs a dev build with -pre-release version "0.15.0" and a build number at least as high +stable release was `0.15.1`, but Ziglings needs a dev build with +pre-release version "0.16.0" and a build number at least as high as that shown in the example version check above. It is likely that you'll download a build which is _greater_ than |
