aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Boesch <[email protected]>2024-06-08 19:07:20 +0200
committerChris Boesch <[email protected]>2024-06-08 19:07:20 +0200
commit984f4af3a154c6ebdf71b2c32f4f0b419f348124 (patch)
tree21841e3635f0ca8834e3624cd6d35c3fe4ce4758
parent99c9c42ff2b9749e3036b922dd4952bc989be68c (diff)
downloadziglings-984f4af3a154c6ebdf71b2c32f4f0b419f348124.tar.xz
ziglings-984f4af3a154c6ebdf71b2c32f4f0b419f348124.zip
New Zig version
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index edc300d..08c2138 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ Verify the installation and build number of `zig` like so:
```
$ zig version
-0.13.0-dev.xxxx+xxxxxxxxx
+0.14.0-dev.xxxx+xxxxxxxxx
```
Clone this repository with Git:
@@ -74,8 +74,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.12.0`, but Ziglings needs a dev build with
-pre-release version "0.13.0" and a build number at least as high
+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
as that shown in the example version check above.
It is likely that you'll download a build which is _greater_ than