build.zig: v1.0.0

This commit is contained in:
Mitchell Hashimoto
2024-12-26 12:00:16 -08:00
parent 68f09eb60d
commit 4b4d4062df

View File

@ -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(.{});