mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
build.zig: v1.0.0
This commit is contained in:
@ -43,7 +43,7 @@ comptime {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// The version of the next release.
|
/// 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 {
|
pub fn build(b: *std.Build) !void {
|
||||||
const optimize = b.standardOptimizeOption(.{});
|
const optimize = b.standardOptimizeOption(.{});
|
||||||
|
Reference in New Issue
Block a user