Skip to content

Commit da997b7

Browse files
committed
Update build to 0.0.3
1 parent 36f61dd commit da997b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/crafter/Main.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525

2626
public class Main {
2727

28-
private static final String DEVELOPMENT_CYCLE = "Pre-Alpha";
29-
private static final String VERSION = "v0.0.2";
28+
private static final String DEVELOPMENT_CYCLE = "Pre-Alpha (Pre-Classic Prototyping)";
29+
private static final String VERSION = "v0.0.3";
3030
private static final String VERSION_INFO = "Crafter " + DEVELOPMENT_CYCLE + " " + VERSION;
3131
private static final boolean PROTOTYPE_BUILD = true;
3232

0 commit comments

Comments
 (0)