Bump version to 1.2.3

This commit is contained in:
Mitchell Hashimoto
2025-10-23 09:25:53 -07:00
parent 7071a22cb5
commit 262c8517be
4 changed files with 5 additions and 5 deletions

View File

@@ -20,7 +20,7 @@ const GitVersion = @import("GitVersion.zig");
/// TODO: When Zig 0.14 is released, derive this from build.zig.zon directly.
/// Until then this MUST match build.zig.zon and should always be the
/// _next_ version to release.
const app_version: std.SemanticVersion = .{ .major = 1, .minor = 2, .patch = 2 };
const app_version: std.SemanticVersion = .{ .major = 1, .minor = 2, .patch = 3 };
/// Standard build configuration options.
optimize: std.builtin.OptimizeMode,