prepare for b34

This commit is contained in:
HaHaWTH
2023-11-25 19:15:19 +08:00
parent fc546ac87a
commit 23306d1f5c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -74,7 +74,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 = "33";
private static String pluginBuildNumber = "34";
// Private instances
private EmailService emailService;
private CommandHandler commandHandler;