Skip to content

Commit a72fb4d

Browse files
Bump version
1 parent 16b3863 commit a72fb4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group = 'org.parallelmc'
10-
version = '1.18.9'
10+
version = '1.18.10'
1111
description = 'A set of utilities and features for use on the Parallel Minecraft server'
1212

1313
java {

src/main/java/parallelmc/parallelutils/Constants.java

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

33
public class Constants {
44

5-
public static final Version VERSION = new Version(1, 18, 9);
5+
public static final Version VERSION = new Version(1, 18, 10);
66
public static final String PLUGIN_NAME = "ParallelUtils";
77
public static final String DEFAULT_WORLD = "world2";
88
}

0 commit comments

Comments
 (0)