Skip to content

Commit

Permalink
Prepare for B27
Browse files Browse the repository at this point in the history
  • Loading branch information
HaHaWTH committed Oct 14, 2023
1 parent ac89630 commit 17ee5dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/fr/xephi/authme/AuthMe.java
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors: [${pluginDescription.authors}]
website: http://github.com/HaHaWTH/AuthMeReReloaded/
description: A fork of AuthMeReloaded that contains bug fixes
main: ${pluginDescription.main}
version: 5.6.0-FORK-b26
version: 5.6.0-FORK-b27
api-version: 1.13
softdepend:
- Vault
Expand Down

0 comments on commit 17ee5dc

Please sign in to comment.