summaryrefslogtreecommitdiff
path: root/build.zig
diff options
context:
space:
mode:
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 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(.{});