start the 0.17.0 release cycle

This commit is contained in:
Andrew Kelley
2026-04-13 11:19:29 -07:00
parent 24fdd5b7a4
commit 7977ef80f9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ const Io = std.Io;
const tests = @import("test/tests.zig");
const DevEnv = @import("src/dev.zig").Env;
const zig_version: std.SemanticVersion = .{ .major = 0, .minor = 16, .patch = 0 };
const zig_version: std.SemanticVersion = .{ .major = 0, .minor = 17, .patch = 0 };
const stack_size = 46 * 1024 * 1024;
const IoMode = enum { threaded, evented };