diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2021-06-04 11:28:39 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2021-06-04 11:29:01 -0700 |
| commit | b755c46d705733d79ca229e83a04bd8297605d9d (patch) | |
| tree | 753f5408c06c3185cfe2ef6a69c5eca55902533c /build.zig | |
| parent | a642552faf6d6cde1e8d0492685793498d689983 (diff) | |
| download | zig-b755c46d705733d79ca229e83a04bd8297605d9d.tar.gz zig-b755c46d705733d79ca229e83a04bd8297605d9d.zip | |
start the 0.9.0 release cycle
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ const fs = std.fs; const InstallDirectoryOptions = std.build.InstallDirectoryOptions; const assert = std.debug.assert; -const zig_version = std.builtin.Version{ .major = 0, .minor = 8, .patch = 0 }; +const zig_version = std.builtin.Version{ .major = 0, .minor = 9, .patch = 0 }; pub fn build(b: *Builder) !void { b.setPreferredReleaseMode(.ReleaseFast); |
