get to version 0.4.5

This commit is contained in:
unurled 2022-02-25 11:31:40 +01:00
parent cd5471c5b0
commit 60181f9fed
2 changed files with 2 additions and 2 deletions

View file

@ -69,7 +69,7 @@ dependencies {
}
group = 'gq.unurled'
version = '0.4.4'
version = '0.4.5'
description = 'Raxen'
java.sourceCompatibility = JavaVersion.VERSION_17

View file

@ -21,7 +21,7 @@ public final class Raxen extends JavaPlugin {
private static final String prefix = ChatColor.AQUA + "Rx" + ChatColor.LIGHT_PURPLE + "> ";
@Getter
private static String version = "0.4.4";
private static String version = "0.4.5";
private final PluginManager pm = getServer().getPluginManager();
private static Raxen plugin;