diff options
author | Dave Gauer <dave@ratfactor.com> | 2021-10-09 11:01:17 -0400 |
---|---|---|
committer | Dave Gauer <dave@ratfactor.com> | 2021-10-09 11:01:17 -0400 |
commit | 85cd82e673bc635b71de271e64c0d2ceb6f3a9ea (patch) | |
tree | ae3913e8570bd7f0ddd6379cfb9020aa453b5ea0 | |
parent | c3276987daf446a6d7de5f8ea495b4c4630ae92e (diff) | |
download | ziglings-85cd82e673bc635b71de271e64c0d2ceb6f3a9ea.tar.gz ziglings-85cd82e673bc635b71de271e64c0d2ceb6f3a9ea.tar.bz2 ziglings-85cd82e673bc635b71de271e64c0d2ceb6f3a9ea.tar.xz ziglings-85cd82e673bc635b71de271e64c0d2ceb6f3a9ea.zip |
Bumped version requirement
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | build.zig | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -41,7 +41,7 @@ Verify the installation and build number of `zig` like so: ```bash $ zig version -0.9.0-dev.137+xxxxxxxxx +0.9.0-dev.1343+xxxxxxxxx ``` Clone this repository with Git: @@ -8,7 +8,7 @@ const print = std.debug.print; // When changing this version, be sure to also update README.md in two places: // 1) Getting Started // 2) Version Changes -const needed_version = std.SemanticVersion.parse("0.9.0-dev.137") catch unreachable; +const needed_version = std.SemanticVersion.parse("0.9.0-dev.1343") catch unreachable; const Exercise = struct { /// main_file must have the format key_name.zig. |