Skip to content
This repository was archived by the owner on Dec 31, 2024. It is now read-only.

Commit 6bb8cef

Browse files
committed
bump config version
1 parent e0e1469 commit 6bb8cef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/lol/hyper/bungeeblockversion/tools/ConfigHandler.java

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

3232
public class ConfigHandler {
3333

34-
public static final Integer CONFIG_VERSION = 3;
34+
public static final Integer CONFIG_VERSION = 4;
3535
public static Configuration configuration;
3636
public static List<Integer> versions;
3737
private final BungeeBlockVersion bungeeBlockVersion;

src/main/resources/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ versions:
4040
disconnect-message: "<red>You cannot connect with this version! We only allow version(s) {VERSIONS}.</red>"
4141

4242
# No touch please :)
43-
config-version: 3
43+
config-version: 4

0 commit comments

Comments
 (0)