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 67cd3ad commit 4493feaCopy full SHA for 4493fea
pom.xml
@@ -4,7 +4,7 @@
4
<modelVersion>4.0.0</modelVersion>
5
<groupId>io.pixelguys.cubyz</groupId>
6
<artifactId>cubyz</artifactId>
7
- <version>0.10.0</version>
+ <version>0.10.1</version>
8
<name>Cubyz Client</name>
9
<build>
10
<sourceDirectory>src</sourceDirectory>
src/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.10.0";
+ public static final String GAME_VERSION = "0.10.1";
20
public static final int GAME_PROTOCOL_VERSION = 1;
21
public static final String GAME_BRAND = "cubyz";
22
0 commit comments