Skip to content

Commit be1ba29

Browse files
committed
fix: Reported Version Not Separating Timestamp
1 parent 1020b12 commit be1ba29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hlml/src/hlml/launcher/Launcher.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
@Command(
2020
name = "hlml",
21-
version = Values.VERSION + "." + Values.TIMESTAMP,
21+
version = "v" + Values.VERSION + "_b" + Values.TIMESTAMP,
2222
description = "High Level Mindustry Logic Compiler",
2323
mixinStandardHelpOptions = true)
2424
final class Launcher implements Callable<Integer> {

0 commit comments

Comments
 (0)