version 0.6.2

This commit is contained in:
Juan Cruz Linsalata 2021-08-02 22:01:58 -03:00 committed by GitHub
parent a5de78a66d
commit 4656e8f2ab
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.6.1";
+ return "0.6.2";
}
public void reloadMessages()