This commit is contained in:
Juan Cruz Linsalata 2022-12-22 02:47:30 +01:00 committed by GitHub
parent 125b7dffaf
commit 04360ecae4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ index 8617cdc7a..ca1dad0e5 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.2.0"; + return "1.2.1";
} }
public final void reloadMessages() public final void reloadMessages()