Skip to content

Commit b484b77

Browse files
committed
bump config
1 parent d56eda6 commit b484b77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/lol/hyper/toolstats/ToolStats.java

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

3737
public final class ToolStats extends JavaPlugin {
3838

39-
public final int CONFIG_VERSION = 15;
39+
public final int CONFIG_VERSION = 16;
4040
public final ComponentLogger logger = this.getComponentLogger();
4141
public final File configFile = new File(this.getDataFolder(), "config.yml");
4242
public boolean tokens = false;

0 commit comments

Comments
 (0)