This commit is contained in:
LinsaFTW 2021-12-09 21:23:02 -03:00
parent c256bc4586
commit 56a146b75e

View File

@ -27,7 +27,7 @@ index a4b58d9c..b884c40f 100644
public String getVersion()
{
- return ( BungeeCord.class.getPackage().getImplementationVersion() == null ) ? "unknown" : BungeeCord.class.getPackage().getImplementationVersion();
+ return "0.6.5";
+ return "0.6.6";
}
public void reloadMessages()