Skip to content

Commit 854b74e

Browse files
committed
bump version
1 parent bb4590c commit 854b74e

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.5'
10+
version = '1.18.6'
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, 5);
5+
public static final Version VERSION = new Version(1, 18, 6);
66
public static final String PLUGIN_NAME = "ParallelUtils";
77
public static final String DEFAULT_WORLD = "world2";
88
}

0 commit comments

Comments
 (0)