File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
.{
2
2
.name = .ghostty ,
3
- .version = "1.1.3 " ,
3
+ .version = "1.1.4 " ,
4
4
.paths = .{"" },
5
5
.fingerprint = 0x64407a2a0b4147e5 ,
6
6
.dependencies = .{
Original file line number Diff line number Diff line change 39
39
in
40
40
stdenv . mkDerivation ( finalAttrs : {
41
41
pname = "ghostty" ;
42
- version = "1.1.3 " ;
42
+ version = "1.1.4 " ;
43
43
44
44
# We limit source like this to try and reduce the amount of rebuilds as possible
45
45
# thus we only provide the source that is needed for the build
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ const GitVersion = @import("GitVersion.zig");
19
19
/// TODO: When Zig 0.14 is released, derive this from build.zig.zon directly.
20
20
/// Until then this MUST match build.zig.zon and should always be the
21
21
/// _next_ version to release.
22
- const app_version : std.SemanticVersion = .{ .major = 1 , .minor = 1 , .patch = 3 };
22
+ const app_version : std.SemanticVersion = .{ .major = 1 , .minor = 1 , .patch = 4 };
23
23
24
24
/// Standard build configuration options.
25
25
optimize : std.builtin.OptimizeMode ,
You can’t perform that action at this time.
0 commit comments