Prepare for B27

This commit is contained in:
HaHaWTH
2023-10-14 20:37:23 +08:00
parent ac89630f5d
commit 17ee5dc97b
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 = "26";
private static String pluginBuildNumber = "27";
protected final Boolean SHAEnabled = false;
// Private instances
private EmailService emailService;