summaryrefslogtreecommitdiff
path: root/src/build/Config.zig
diff options
context:
space:
mode:
authorMitchell Hashimoto <m@mitchellh.com>2025-10-06 10:05:49 -0700
committerMitchell Hashimoto <m@mitchellh.com>2025-10-06 10:07:14 -0700
commit436bc4c2b977e8b12d1f1b5534aeb545dc8cec80 (patch)
treee6548596cf051cf9a7a0686690ec8d5a57b6bb8e /src/build/Config.zig
parent0993fef6159d099b7bc726d23ccd3535fe631c89 (diff)
Set version to 1.2.1v1.2.1
Diffstat (limited to 'src/build/Config.zig')
-rw-r--r--src/build/Config.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build/Config.zig b/src/build/Config.zig
index a4c9335be..ab899a4fa 100644
--- a/src/build/Config.zig
+++ b/src/build/Config.zig
@@ -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 = 0 };
+const app_version: std.SemanticVersion = .{ .major = 1, .minor = 2, .patch = 1 };
/// Standard build configuration options.
optimize: std.builtin.OptimizeMode,