This commit is contained in:
Juan Cruz Linsalata 2022-08-30 16:01:36 -03:00 committed by GitHub
parent d4e2f6d953
commit 6f7e1a2a76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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