Skip to content

Commit

Permalink
Increment Version to full release (1/2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Litorom authored Apr 17, 2024
1 parent 8eec8c2 commit 90899b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/java/minicraft/core/Game.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ protected Game() {

public static final String NAME = "Minicraft Plus"; // This is the name on the application window.

public static final Version VERSION = new Version("2.2.0-dev7");
public static final Version VERSION = new Version("2.2.0");

public static InputHandler input; // Input used in Game, Player, and just about all the *Menu classes.
public static Player player;
Expand Down

0 comments on commit 90899b0

Please sign in to comment.