Skip to content

Commit 2a9a599

Browse files
committed
Let's make it more nostalgic
1 parent da997b7 commit 2a9a599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
public class Main {
2727

28-
private static final String DEVELOPMENT_CYCLE = "Pre-Alpha (Pre-Classic Prototyping)";
28+
private static final String DEVELOPMENT_CYCLE = "Pre-Classic (Prototyping)";
2929
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;

0 commit comments

Comments
 (0)