This commit is contained in:
LinsaFTW 2022-02-25 23:45:45 -03:00
commit 92cb5776a2

View File

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