aboutsummaryrefslogtreecommitdiff
path: root/build.zig
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2024-06-06 12:05:37 -0700
committerAndrew Kelley <andrew@ziglang.org>2024-06-06 12:05:37 -0700
commitaab5cccc78311b01516ed094bf0e9b4bbb6b4577 (patch)
treeb1a97aa1d69932c6a1b6af187b80ac3972df9321 /build.zig
parentcf90dfd3098bef5b3c22d5ab026173b3c357f2dd (diff)
downloadzig-aab5cccc78311b01516ed094bf0e9b4bbb6b4577.tar.gz
zig-aab5cccc78311b01516ed094bf0e9b4bbb6b4577.zip
start the 0.14.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 a9e9884717..ab7288a8ae 100644
--- a/build.zig
+++ b/build.zig
@@ -9,7 +9,7 @@ const fs = std.fs;
const InstallDirectoryOptions = std.Build.InstallDirectoryOptions;
const assert = std.debug.assert;
-const zig_version: std.SemanticVersion = .{ .major = 0, .minor = 13, .patch = 0 };
+const zig_version: std.SemanticVersion = .{ .major = 0, .minor = 14, .patch = 0 };
const stack_size = 32 * 1024 * 1024;
pub fn build(b: *std.Build) !void {