Skip to content

Commit 4030ab1

Browse files
Update game version.
1 parent c0ce667 commit 4030ab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cubyz-common/src/io/cubyz/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public class Constants {
1616
public static final String GAME_BUILD_TYPE = "ALPHA";
1717

1818
// WARNING! Both brand name and version cannot contain ';' inside!
19-
public static final String GAME_VERSION = "0.6.0";
19+
public static final String GAME_VERSION = "0.7.0";
2020
public static final int GAME_PROTOCOL_VERSION = 1;
2121
public static final String GAME_BRAND = "cubyz";
2222

0 commit comments

Comments
 (0)