We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b038d48 commit 1b576b1Copy full SHA for 1b576b1
build.gradle
@@ -8,7 +8,7 @@ plugins {
8
9
group = 'org.parallelmc'
10
11
-version = '2.5.4'
+version = '2.6.0'
12
description = 'A set of utilities and features for use on the Parallel Minecraft server'
13
14
java {
src/main/java/parallelmc/parallelutils/Constants.java
@@ -2,7 +2,7 @@
2
3
public class Constants {
4
5
- public static final Version VERSION = new Version(2, 5, 4);
+ public static final Version VERSION = new Version(2, 6, 0);
6
public static final String PLUGIN_NAME = "ParallelUtils";
7
public static final String DEFAULT_WORLD = "world2";
}
0 commit comments