This commit is contained in:
LinsaFTW 2022-02-28 15:03:45 -03:00
parent ddc4c80d28
commit e2ed623468

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.3";
+ return "0.7.4";
}
public void reloadMessages()