Bump config version number

This commit is contained in:
GeorgH93 2020-10-10 19:54:55 +02:00
parent 8ceffa057f
commit 39229f921e
No known key found for this signature in database
GPG Key ID: D1630D37F9E4B3C8
2 changed files with 2 additions and 2 deletions

View File

@ -221,4 +221,4 @@ Misc:
UseBungeeCord: false
# Config file version. Don't touch it!
Version: 33
Version: 35

View File

@ -37,7 +37,7 @@
public class Config extends Configuration implements DatabaseConnectionConfiguration
{
private static final int CONFIG_VERSION = 33, UPGRADE_THRESHOLD = CONFIG_VERSION, PRE_V2_VERSION = 20;
private static final int CONFIG_VERSION = 35, UPGRADE_THRESHOLD = CONFIG_VERSION, PRE_V2_VERSION = 20;
public Config(JavaPlugin plugin)
{