Skip to content

Commit

Permalink
Update game version.
Browse files Browse the repository at this point in the history
  • Loading branch information
IntegratedQuantum committed Aug 19, 2022
1 parent 898527d commit 4048a86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cubyz/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ private Constants() {} // No instances allowed.
public static final String GAME_BUILD_TYPE = "ALPHA";

// WARNING! Both brand name and version cannot contain ';' inside!
public static final String GAME_VERSION = "0.11.0";
public static final String GAME_VERSION = "0.12.0";
public static final int GAME_PROTOCOL_VERSION = 1;
public static final String GAME_BRAND = "cubyz";

Expand Down

0 comments on commit 4048a86

Please sign in to comment.