This commit is contained in:
Juan Cruz Linsalata 2022-06-07 20:29:45 -03:00 committed by GitHub
parent 8380a7b28c
commit d9e53cff55
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 "0.8.8"; + return "1.0.0";
} }
public void reloadMessages() public void reloadMessages()