Increment config version

This commit is contained in:
GeorgH93 2017-06-09 02:33:23 +02:00
parent f051ed9193
commit 1f28b62f16
2 changed files with 2 additions and 2 deletions

View File

@ -98,4 +98,4 @@ auto-update: true
DisableV2Info: false
# Config file version. Don't touch it!
Version: 14
Version: 15

View File

@ -28,7 +28,7 @@
public class Config extends Configuration
{
private static final int CONFIG_VERSION = 14;
private static final int CONFIG_VERSION = 15;
public Config(JavaPlugin plugin)
{