version bump for development

This commit is contained in:
Jeffrey C. Ollie
2025-03-26 23:29:15 -05:00
parent 494279419a
commit 27978ef4d0
3 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,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 = 1, .patch = 3 };
const app_version: std.SemanticVersion = .{ .major = 1, .minor = 1, .patch = 4 };
/// Standard build configuration options.
optimize: std.builtin.OptimizeMode,