We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb4590c commit 854b74eCopy full SHA for 854b74e
build.gradle
@@ -7,7 +7,7 @@ plugins {
7
}
8
9
group = 'org.parallelmc'
10
-version = '1.18.5'
+version = '1.18.6'
11
description = 'A set of utilities and features for use on the Parallel Minecraft server'
12
13
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(1, 18, 5);
+ public static final Version VERSION = new Version(1, 18, 6);
6
public static final String PLUGIN_NAME = "ParallelUtils";
public static final String DEFAULT_WORLD = "world2";
0 commit comments