Skip to content

Commit

Permalink
set version back from official to 2.0.4-dev9
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisj42 committed Jun 12, 2018
1 parent 7b77aea commit 3107c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/minicraft/core/Game.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class Game {
public static boolean HAS_GUI = true;

public static final String NAME = "Minicraft Plus"; // This is the name on the application window
public static final Version VERSION = new Version("2.0.4");
public static final Version VERSION = new Version("2.0.4-dev9");

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 3107c37

Please sign in to comment.