We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1020b12 commit be1ba29Copy full SHA for be1ba29
1 file changed
hlml/src/hlml/launcher/Launcher.java
@@ -18,7 +18,7 @@
18
19
@Command(
20
name = "hlml",
21
- version = Values.VERSION + "." + Values.TIMESTAMP,
+ version = "v" + Values.VERSION + "_b" + Values.TIMESTAMP,
22
description = "High Level Mindustry Logic Compiler",
23
mixinStandardHelpOptions = true)
24
final class Launcher implements Callable<Integer> {
0 commit comments