diff options
| author | Mitchell Hashimoto <m@mitchellh.com> | 2024-12-31 14:11:48 -0800 |
|---|---|---|
| committer | Mitchell Hashimoto <m@mitchellh.com> | 2024-12-31 14:12:00 -0800 |
| commit | 1d71196de35450b8c0586b66bdde612622f6d8b0 (patch) | |
| tree | 399541ce5e49a8cca1e7fc10ffa8edc951f89817 /build.zig | |
| parent | 3f7c3afaf947280bd2852626ff4599c02d9fb07e (diff) | |
up version to 1.0.2 for development
Diffstat (limited to 'build.zig')
| -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 = 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(.{}); |
