This commit is contained in:
Juan Cruz Linsalata 2022-05-07 19:45:16 -03:00 committed by GitHub
parent 776bec28e6
commit d6bbda8e53
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 "0.8.7";
+ return "0.8.8";
}
public void reloadMessages()