From bd1a0f08c0e029b808531d350de65e593fdb454f Mon Sep 17 00:00:00 2001 From: Chris Boesch <48591413+chrboesch@users.noreply.github.com> Date: Tue, 21 Feb 2023 21:55:32 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1b286e3..7450b09 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Verify the installation and build number of `zig` like so: ```bash $ zig version -0.11.0-dev.11711+xxxxxxxxx +0.11.0-dev.1711+xxxxxxxxx ``` Clone this repository with Git: @@ -82,7 +82,7 @@ about input: ### Version Changes -Version-0.11.0-dev.11711+xxxxxxxxx +Version-0.11.0-dev.1711+xxxxxxxxx * *2023-02-21* zig 0.11.0-dev.1711 - changes in `for loops` - new: Multi Object For Loops + Struct-of-Arrays * *2023-02-12* zig 0.11.0-dev.1638 - changes in `std.Build` cache_root now returns a directory struct * *2023-02-04* zig 0.11.0-dev.1568 - changes in `std.Build` (combine `std.build` and `std.build.Builder` into `std.Build`)