summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitchell Hashimoto <m@mitchellh.com>2024-12-26 12:00:16 -0800
committerMitchell Hashimoto <m@mitchellh.com>2024-12-26 12:00:22 -0800
commit4b4d4062dfed7b37424c7210d1230242c709e990 (patch)
tree7de62781d59e13b0af1f9e371868403b4ba7bd17
parent68f09eb60d7dfeb0dc4d44b81b95dd7a2b862fde (diff)
build.zig: v1.0.0v1.0.0
-rw-r--r--build.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.zig b/build.zig
index d642f254a..c3f73026b 100644
--- a/build.zig
+++ b/build.zig
@@ -43,7 +43,7 @@ comptime {
}
/// The version of the next release.
-const app_version = std.SemanticVersion{ .major = 0, .minor = 1, .patch = 0 };
+const app_version = std.SemanticVersion{ .major = 1, .minor = 0, .patch = 0 };
pub fn build(b: *std.Build) !void {
const optimize = b.standardOptimizeOption(.{});