Start Ly v1.3.0 development cycle

Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
AnErrupTion
2025-10-18 18:12:16 +02:00
parent c4b68364ef
commit 4bc405f239
2 changed files with 2 additions and 2 deletions

View File

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