diff options
| author | Mitchell Hashimoto <m@mitchellh.com> | 2024-12-31 14:11:48 -0800 |
|---|---|---|
| committer | Mitchell Hashimoto <m@mitchellh.com> | 2024-12-31 14:12:00 -0800 |
| commit | 1d71196de35450b8c0586b66bdde612622f6d8b0 (patch) | |
| tree | 399541ce5e49a8cca1e7fc10ffa8edc951f89817 | |
| parent | 3f7c3afaf947280bd2852626ff4599c02d9fb07e (diff) | |
up version to 1.0.2 for development
| -rw-r--r-- | build.zig | 2 | ||||
| -rw-r--r-- | build.zig.zon | 2 | ||||
| -rw-r--r-- | nix/package.nix | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -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 = [ |
