This commit is contained in:
Juan Cruz Linsalata 2021-12-30 11:40:04 -03:00 committed by GitHub
parent b0e53adc57
commit 94e21a7d42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ index a4b58d9c..53b78a2f 100644
public String getVersion()
{
- return ( BungeeCord.class.getPackage().getImplementationVersion() == null ) ? "unknown" : BungeeCord.class.getPackage().getImplementationVersion();
+ return "0.6.8";
+ return "0.6.9";
}
public void reloadMessages()