Start v1.2.0 development cycle

Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
AnErrupTion
2025-05-30 19:29:04 +02:00
parent fa0d8c509d
commit 063b3145ed
3 changed files with 4 additions and 4 deletions

View File

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