This commit is contained in:
Juan Cruz Linsalata 2022-09-17 21:02:05 -03:00 committed by GitHub
parent c320dbc466
commit 590bdd3623
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() public String getVersion()
{ {
- return ( BungeeCord.class.getPackage().getImplementationVersion() == null ) ? "unknown" : BungeeCord.class.getPackage().getImplementationVersion(); - return ( BungeeCord.class.getPackage().getImplementationVersion() == null ) ? "unknown" : BungeeCord.class.getPackage().getImplementationVersion();
+ return "1.1.2"; + return "1.1.3";
} }
public void reloadMessages() public void reloadMessages()