start the 0.15.0 release cycle

This commit is contained in:
Andrew Kelley
2025-03-04 14:31:32 -08:00
parent 5ad91a646a
commit 05937b362a
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ const assert = std.debug.assert;
const DevEnv = @import("src/dev.zig").Env;
const ValueInterpretMode = enum { direct, by_name };
const zig_version: std.SemanticVersion = .{ .major = 0, .minor = 14, .patch = 0 };
const zig_version: std.SemanticVersion = .{ .major = 0, .minor = 15, .patch = 0 };
const stack_size = 46 * 1024 * 1024;
pub fn build(b: *std.Build) !void {