bump version for development (#9218)

pull/9222/head
Jeffrey C. Ollie 2025-10-15 13:55:30 -05:00 committed by GitHub
parent bdd2e4d734
commit c91bfb9dd5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
.{
.name = .ghostty,
.version = "1.2.1",
.version = "1.3.0-dev",
.paths = .{""},
.fingerprint = 0x64407a2a0b4147e5,
.minimum_zig_version = "0.15.2",

View File

@ -40,7 +40,7 @@
in
stdenv.mkDerivation (finalAttrs: {
pname = "ghostty";
version = "1.2.1";
version = "1.3.0-dev";
# We limit source like this to try and reduce the amount of rebuilds as possible
# thus we only provide the source that is needed for the build