summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2025-03-10 10:54:22 +0000
committerChris Boesch <chrboesch@noreply.codeberg.org>2025-03-10 10:54:22 +0000
commiteeb1246c2cf4f4c626a595c5652d5f4a96b84952 (patch)
tree54478f4561532e5b4fd5832118b5f84445500c74
parentce64fe5a1a35015aa2968519face9f5d50fb6458 (diff)
parente0ecff70452615d8041c4ccb5c176e0424e62548 (diff)
Merge pull request 'Updated version number' (#215) from readme into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/215
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 3d66dd9..63b96fe 100644
--- a/README.md
+++ b/README.md
@@ -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