Skip to content

Commit

Permalink
build.zig: v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellh committed Dec 26, 2024
1 parent 68f09eb commit 4b4d406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -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(.{});
Expand Down

0 comments on commit 4b4d406

Please sign in to comment.