Skip to content

Commit b1628b4

Browse files
author
jython234
committed
Bump version to 1.1-SNAPSHOT
1 parent d8bae60 commit b1628b4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
<groupId>net.beaconpe.jraklib</groupId>
2727
<artifactId>JRakLib</artifactId>
28-
<version>1.0.1</version>
28+
<version>1.1-SNAPSHOT</version>
2929

3030
<distributionManagement>
3131
<snapshotRepository>

src/main/java/net/beaconpe/jraklib/JRakLib.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* JRakLib Constants Class.
2727
*/
2828
public abstract class JRakLib {
29-
public static final String VERSION = "1.0.1";
29+
public static final String VERSION = "1.1-SNAPSHOT";
3030
public static final byte PROTOCOL = 6;
3131
public static final byte[] MAGIC = new byte[]{
3232
0x00, (byte) 0xff, (byte) 0xff, 0x00,

0 commit comments

Comments
 (0)