summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2024-08-22 18:32:36 +0200
committerChris Boesch <chrboesch@noreply.codeberg.org>2024-08-22 18:32:36 +0200
commit8e35cf79901ffe38b3325412a605fdb6cefbeb8f (patch)
treec2da51c2ff2769f9f1352b8ae209bc4123cabd24 /README.md
parentdab5197027490d4170a47ac105113c0f07d64672 (diff)
Insert wrong version number into build file.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9216582..417cf88 100644
--- a/README.md
+++ b/README.md
@@ -88,8 +88,8 @@ that if you update one, you may need to also update the other.
### Version Changes
-Version-0.14.0-dev.1248
-* *2024-08-04* zig 0.14.0-dev.1248 - several changes in build system, see [#21115](https://github.com/ziglang/zig/pull/21115)
+Version-0.14.0-dev.1224
+* *2024-08-04* zig 0.14.0-dev.1224 - several changes in build system, see [#21115](https://github.com/ziglang/zig/pull/21115)
* *2024-08-04* zig 0.14.0-dev.839 - several changes in build system, see [#20580](https://github.com/ziglang/zig/pull/20580), [#20600](https://github.com/ziglang/zig/issues/20600)
* *2024-06-17* zig 0.14.0-dev.42 - changes in `std.mem.split and tokenize` - see [#15579](https://github.com/ziglang/zig/pull/15579)
* *2024-05-29* zig 0.13.0-dev.339 - rework std.Progress - see [#20059](https://github.com/ziglang/zig/pull/20059)