Skip to content

Commit

Permalink
set version metadata to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellh committed Dec 26, 2024
1 parent e56a9e3 commit 68f09eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.zig.zon
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.{
.name = "ghostty",
.version = "0.1.0",
.version = "1.0.0",
.paths = .{""},
.dependencies = .{
// Zig libs
Expand Down
2 changes: 1 addition & 1 deletion nix/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
in
stdenv.mkDerivation (finalAttrs: {
pname = "ghostty";
version = "0.1.0";
version = "1.0.0";
inherit src;

nativeBuildInputs = [
Expand Down

0 comments on commit 68f09eb

Please sign in to comment.