aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorDave Gauer <dave@ratfactor.com>2022-04-22 20:33:26 -0400
committerDave Gauer <dave@ratfactor.com>2022-04-22 20:33:26 -0400
commit2517b6354445c28f8ad5f1f551e5b7674ec1aa04 (patch)
treeb254a60755986096518ebe8fa05c35c2351e5507 /README.md
parent708b6fc32e9336ca69176d058799d7e797185f9f (diff)
Bump stable version of Zig in README to correct
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 995f83e..627c2e6 100644
--- a/README.md
+++ b/README.md
@@ -61,7 +61,7 @@ $ zig build
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.8.1`, but Ziglings
+versioned **release** builds. The last stable release was `0.9.1`, but Ziglings
needs a dev build with pre-release version "0.10.0" and a build number at least
as high as that shown in the example version check above.