From 1d71196de35450b8c0586b66bdde612622f6d8b0 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 31 Dec 2024 14:11:48 -0800 Subject: [PATCH] up version to 1.0.2 for development --- build.zig | 2 +- build.zig.zon | 2 +- nix/package.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.zig b/build.zig index 6b92a095e..3ba8b6b64 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 = 1 }; +const app_version = std.SemanticVersion{ .major = 1, .minor = 0, .patch = 2 }; pub fn build(b: *std.Build) !void { const optimize = b.standardOptimizeOption(.{}); diff --git a/build.zig.zon b/build.zig.zon index 0eb9d0eaa..5c202e9cd 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -1,6 +1,6 @@ .{ .name = "ghostty", - .version = "1.0.1", + .version = "1.0.2", .paths = .{""}, .dependencies = .{ // Zig libs diff --git a/nix/package.nix b/nix/package.nix index 3c36661bf..78d2e2fdd 100644 --- a/nix/package.nix +++ b/nix/package.nix @@ -111,7 +111,7 @@ in stdenv.mkDerivation (finalAttrs: { pname = "ghostty"; - version = "1.0.1"; + version = "1.0.2"; inherit src; nativeBuildInputs = [