version 0.5.9

This commit is contained in:
Juan Cruz Linsalata 2021-07-03 16:56:19 -03:00 committed by GitHub
parent ade6480166
commit c0c25635bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ index 4c7e0fdc..3e7bd97b 100644
public String getVersion()
{
- return ( BungeeCord.class.getPackage().getImplementationVersion() == null ) ? "unknown" : BungeeCord.class.getPackage().getImplementationVersion();
+ return "0.5.6";
+ return "0.5.9";
}
public void reloadMessages()