We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16b3863 commit a72fb4dCopy full SHA for a72fb4d
build.gradle
@@ -7,7 +7,7 @@ plugins {
7
}
8
9
group = 'org.parallelmc'
10
-version = '1.18.9'
+version = '1.18.10'
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, 9);
+ public static final Version VERSION = new Version(1, 18, 10);
6
public static final String PLUGIN_NAME = "ParallelUtils";
public static final String DEFAULT_WORLD = "world2";
0 commit comments