Skip to content

Commit d11e13a

Browse files
committed
fix(GameConstants.java): Remove extra period in VERSION
1 parent 10423db commit d11e13a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/main/java/emu/grasscutter/GameConstants.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import java.util.Arrays;
88

99
public final class GameConstants {
10-
public static String VERSION = "5.0.0.";
10+
public static String VERSION = "5.0.0";
1111
public static int[] VERSION_PARTS = {5, 0, 0};
1212
public static boolean DEBUG = false;
1313

0 commit comments

Comments
 (0)