This commit is contained in:
LinsaFTW 2023-01-25 21:10:31 -03:00
parent 66847cc801
commit e7aa60273d

View File

@ -27,7 +27,7 @@ index 8617cdc7..0380b689 100644
public String getVersion()
{
- return ( BungeeCord.class.getPackage().getImplementationVersion() == null ) ? "unknown" : BungeeCord.class.getPackage().getImplementationVersion();
+ return "1.3.0";
+ return "1.3.1";
}
public final void reloadMessages()