This commit is contained in:
linsaftw 2022-07-28 10:53:56 -03:00
parent 242796e902
commit 8e172cbb77

View File

@ -27,7 +27,7 @@ index 2fef94e5..15a639de 100644
public String getVersion()
{
- return ( BungeeCord.class.getPackage().getImplementationVersion() == null ) ? "unknown" : BungeeCord.class.getPackage().getImplementationVersion();
+ return "1.0.5";
+ return "1.0.6";
}
public void reloadMessages()