From 90899b09a9d3fc45c03b753888c68a13df84f2f1 Mon Sep 17 00:00:00 2001 From: Litorom <70768734+Litorom@users.noreply.github.com> Date: Wed, 17 Apr 2024 08:52:58 -0400 Subject: [PATCH] Increment Version to full release (1/2) --- src/client/java/minicraft/core/Game.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/java/minicraft/core/Game.java b/src/client/java/minicraft/core/Game.java index a5d609c3b..eee673575 100644 --- a/src/client/java/minicraft/core/Game.java +++ b/src/client/java/minicraft/core/Game.java @@ -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;