Skip to content

Commit

Permalink
fix(GameConstants.java): Remove extra period in VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
KingRainbow44 committed Oct 3, 2024
1 parent 10423db commit d11e13a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/emu/grasscutter/GameConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import java.util.Arrays;

public final class GameConstants {
public static String VERSION = "5.0.0.";
public static String VERSION = "5.0.0";
public static int[] VERSION_PARTS = {5, 0, 0};
public static boolean DEBUG = false;

Expand Down

0 comments on commit d11e13a

Please sign in to comment.