summaryrefslogtreecommitdiff
path: root/build.zig
diff options
context:
space:
mode:
authorMitchell Hashimoto <m@mitchellh.com>2024-12-31 14:11:48 -0800
committerMitchell Hashimoto <m@mitchellh.com>2024-12-31 14:12:00 -0800
commit1d71196de35450b8c0586b66bdde612622f6d8b0 (patch)
tree399541ce5e49a8cca1e7fc10ffa8edc951f89817 /build.zig
parent3f7c3afaf947280bd2852626ff4599c02d9fb07e (diff)
up version to 1.0.2 for development
Diffstat (limited to 'build.zig')
-rw-r--r--build.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.zig b/build.zig
index 6b92a095e..3ba8b6b64 100644
--- a/build.zig
+++ b/build.zig
@@ -43,7 +43,7 @@ comptime {
}
/// The version of the next release.
-const app_version = std.SemanticVersion{ .major = 1, .minor = 0, .patch = 1 };
+const app_version = std.SemanticVersion{ .major = 1, .minor = 0, .patch = 2 };
pub fn build(b: *std.Build) !void {
const optimize = b.standardOptimizeOption(.{});