summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitchell Hashimoto <m@mitchellh.com>2024-12-31 14:11:48 -0800
committerMitchell Hashimoto <m@mitchellh.com>2024-12-31 14:12:00 -0800
commit1d71196de35450b8c0586b66bdde612622f6d8b0 (patch)
tree399541ce5e49a8cca1e7fc10ffa8edc951f89817
parent3f7c3afaf947280bd2852626ff4599c02d9fb07e (diff)
up version to 1.0.2 for development
-rw-r--r--build.zig2
-rw-r--r--build.zig.zon2
-rw-r--r--nix/package.nix2
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 = [