We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0926abc commit 8616a8aCopy full SHA for 8616a8a
build.gradle
@@ -8,7 +8,7 @@ plugins {
8
9
group = 'org.parallelmc'
10
11
-version = '2.3.0'
+version = '2.4.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, 3, 0);
+ public static final Version VERSION = new Version(2, 4, 0);
6
public static final String PLUGIN_NAME = "ParallelUtils";
7
public static final String DEFAULT_WORLD = "world2";
}
0 commit comments