diff --git a/build.zig b/build.zig index c3f73026b..b1b992fe7 100644 --- a/build.zig +++ b/build.zig @@ -43,7 +43,7 @@ comptime { } /// The version of the next release. -const app_version = std.SemanticVersion{ .major = 1, .minor = 0, .patch = 0 }; +const app_version = std.SemanticVersion{ .major = 1, .minor = 0, .patch = 1 }; pub fn build(b: *std.Build) !void { const optimize = b.standardOptimizeOption(.{}); diff --git a/build.zig.zon b/build.zig.zon index 5c7a7afca..f214a0557 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -1,6 +1,6 @@ .{ .name = "ghostty", - .version = "1.0.0", + .version = "1.0.1", .paths = .{""}, .dependencies = .{ // Zig libs diff --git a/nix/package.nix b/nix/package.nix index ce20544c8..bfc1e47de 100644 --- a/nix/package.nix +++ b/nix/package.nix @@ -110,7 +110,7 @@ in stdenv.mkDerivation (finalAttrs: { pname = "ghostty"; - version = "1.0.0"; + version = "1.0.1"; inherit src; nativeBuildInputs = [