diff options
| author | Mitchell Hashimoto <m@mitchellh.com> | 2024-12-26 12:00:16 -0800 |
|---|---|---|
| committer | Mitchell Hashimoto <m@mitchellh.com> | 2024-12-26 12:00:22 -0800 |
| commit | 4b4d4062dfed7b37424c7210d1230242c709e990 (patch) | |
| tree | 7de62781d59e13b0af1f9e371868403b4ba7bd17 | |
| parent | 68f09eb60d7dfeb0dc4d44b81b95dd7a2b862fde (diff) | |
build.zig: v1.0.0v1.0.0
| -rw-r--r-- | build.zig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(.{}); |
