Start Ly v1.4.0 development cycle

Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
AnErrupTion
2025-12-06 15:58:39 +01:00
parent e0692885c5
commit c6446db3e2
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ comptime {
} }
} }
const ly_version = std.SemanticVersion{ .major = 1, .minor = 3, .patch = 0 }; const ly_version = std.SemanticVersion{ .major = 1, .minor = 4, .patch = 0 };
var dest_directory: []const u8 = undefined; var dest_directory: []const u8 = undefined;
var config_directory: []const u8 = undefined; var config_directory: []const u8 = undefined;

View File

@@ -1,6 +1,6 @@
.{ .{
.name = .ly, .name = .ly,
.version = "1.3.0", .version = "1.4.0",
.fingerprint = 0xa148ffcc5dc2cb59, .fingerprint = 0xa148ffcc5dc2cb59,
.minimum_zig_version = "0.15.0", .minimum_zig_version = "0.15.0",
.dependencies = .{ .dependencies = .{