diff --git a/core/common/src/miniventure/game/GameCore.java b/core/common/src/miniventure/game/GameCore.java index d5c579de..be4222f0 100644 --- a/core/common/src/miniventure/game/GameCore.java +++ b/core/common/src/miniventure/game/GameCore.java @@ -27,7 +27,7 @@ /** @noinspection StaticNonFinalField*/ public class GameCore { - public static final Version VERSION = new Version("1.5.7.dev"); + public static final Version VERSION = new Version("1.5.7"); public static final float MAX_DELTA = 0.25f; // the maximum time that the game will clamp getDeltaTime to, to prevent huge jumps after a lag spike.