Bump version to 5.7.0-Fork

This commit is contained in:
Kobe ⑧ 2024-06-30 12:20:05 +08:00 committed by GitHub
parent c99fc5c389
commit 655c5ca42c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -74,7 +74,7 @@ public class AuthMe extends JavaPlugin {
private static final int CLEANUP_INTERVAL = 5 * TICKS_PER_MINUTE; private static final int CLEANUP_INTERVAL = 5 * TICKS_PER_MINUTE;
// Version and build number values // Version and build number values
private static String pluginVersion = "5.6.1-Fork"; private static String pluginVersion = "5.7.0-Fork";
private static final String pluginBuild = "b"; private static final String pluginBuild = "b";
private static String pluginBuildNumber = "51"; private static String pluginBuildNumber = "51";
// Private instances // Private instances