version 0.6.4

This commit is contained in:
Juan Cruz Linsalata 2021-10-14 16:43:04 -03:00 committed by GitHub
parent 043d6a647d
commit 37b4a81148
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.3";
+ return "0.6.4";
}
public void reloadMessages()