From 3107c37fa5a5ba85c1487eb871d15ca54f44d570 Mon Sep 17 00:00:00 2001 From: Christopher Johns Date: Mon, 11 Jun 2018 21:30:32 -0700 Subject: [PATCH] set version back from official to 2.0.4-dev9 --- src/minicraft/core/Game.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/minicraft/core/Game.java b/src/minicraft/core/Game.java index 18c5c454a..07f4f8ea9 100644 --- a/src/minicraft/core/Game.java +++ b/src/minicraft/core/Game.java @@ -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;