We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0ce667 commit 4030ab1Copy full SHA for 4030ab1
cubyz-common/src/io/cubyz/Constants.java
@@ -16,7 +16,7 @@ public class Constants {
16
public static final String GAME_BUILD_TYPE = "ALPHA";
17
18
// WARNING! Both brand name and version cannot contain ';' inside!
19
- public static final String GAME_VERSION = "0.6.0";
+ public static final String GAME_VERSION = "0.7.0";
20
public static final int GAME_PROTOCOL_VERSION = 1;
21
public static final String GAME_BRAND = "cubyz";
22
0 commit comments