Now prepare for B31

This commit is contained in:
HaHaWTH
2023-10-25 01:05:36 +08:00
parent d90e87896c
commit 80b06f3bc7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ public class AuthMe extends JavaPlugin {
// Version and build number values
private static String pluginVersion = "5.6.0-Fork";
private static final String pluginBuild = "b";
private static String pluginBuildNumber = "30";
private static String pluginBuildNumber = "31";
protected final Boolean SHAEnabled = false;
// Private instances
private EmailService emailService;