Bump version number

This commit is contained in:
Juan Cruz Linsalata 2021-05-19 22:39:11 -03:00 committed by GitHub
parent f99092c028
commit 2a39c779c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ index 3b0dff08..41d752a5 100644
public String getVersion()
{
- return ( BungeeCord.class.getPackage().getImplementationVersion() == null ) ? "unknown" : BungeeCord.class.getPackage().getImplementationVersion();
+ return "0.5.1";
+ return "0.5.2";
}
public void reloadMessages()