diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2025-03-10 10:02:07 +0100 |
|---|---|---|
| committer | Chris Boesch <chrboesch@noreply.codeberg.org> | 2025-03-10 10:02:07 +0100 |
| commit | e0ecff70452615d8041c4ccb5c176e0424e62548 (patch) | |
| tree | f63418b0ebc39d1cc1ca9375917fe8a15c592ecb /README.md | |
| parent | d75f49b25b40ef049d2e55ba515b47bc73253400 (diff) | |
Updated version number
Diffstat (limited to 'README.md')
| -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.14.0-dev.xxxx+xxxxxxxxx +0.15.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.13.0`, but Ziglings needs a dev build with -pre-release version "0.14.0" and a build number at least as high +stable release was `0.14.0`, but Ziglings needs a dev build with +pre-release version "0.15.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 |
