mirror of https://github.com/fairyglade/ly.git
Start Ly v1.0.3 development cycle
Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
parent
56202bc30e
commit
042aa50ff0
|
@ -1,6 +1,6 @@
|
|||
const std = @import("std");
|
||||
|
||||
const ly_version = std.SemanticVersion{ .major = 1, .minor = 0, .patch = 2 };
|
||||
const ly_version = std.SemanticVersion{ .major = 1, .minor = 0, .patch = 3 };
|
||||
var dest_directory: []const u8 = undefined;
|
||||
var data_directory: []const u8 = undefined;
|
||||
var exe_name: []const u8 = undefined;
|
||||
|
|
Loading…
Reference in New Issue