aboutsummaryrefslogtreecommitdiff
path: root/build.zig
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2021-06-04 11:28:39 -0700
committerAndrew Kelley <andrew@ziglang.org>2021-06-04 11:29:01 -0700
commitb755c46d705733d79ca229e83a04bd8297605d9d (patch)
tree753f5408c06c3185cfe2ef6a69c5eca55902533c /build.zig
parenta642552faf6d6cde1e8d0492685793498d689983 (diff)
downloadzig-b755c46d705733d79ca229e83a04bd8297605d9d.tar.gz
zig-b755c46d705733d79ca229e83a04bd8297605d9d.zip
start the 0.9.0 release cycle
Diffstat (limited to 'build.zig')
-rw-r--r--build.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.zig b/build.zig
index ef3484fb42..76534139d5 100644
--- a/build.zig
+++ b/build.zig
@@ -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);