diff options
| author | Mitchell Hashimoto <m@mitchellh.com> | 2025-10-08 10:02:15 -0700 |
|---|---|---|
| committer | Mitchell Hashimoto <m@mitchellh.com> | 2025-10-08 10:02:24 -0700 |
| commit | 7071a22cb54ffbbe0b9d46aeec9954f9c25cd69c (patch) | |
| tree | 669e64cc1edebf2a58932715dfdf9d10615a0e58 /src | |
| parent | a586b47dc9310c0aa3afdc69dbd32aa013ae39be (diff) | |
Diffstat (limited to 'src')
| -rw-r--r-- | src/build/Config.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build/Config.zig b/src/build/Config.zig index ab899a4fa..edbb1a752 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 = 1 }; +const app_version: std.SemanticVersion = .{ .major = 1, .minor = 2, .patch = 2 }; /// Standard build configuration options. optimize: std.builtin.OptimizeMode, |
