Skip to content

Commit

Permalink
removed dev tag from version
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisj42 committed Dec 12, 2018
1 parent fc6a6c7 commit 123d75f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/common/src/miniventure/game/GameCore.java
Expand Up @@ -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.

Expand Down

0 comments on commit 123d75f

Please sign in to comment.