This commit is contained in:
Juan Cruz Linsalata 2022-02-25 23:09:05 -03:00 committed by GitHub
parent 1ac9a3b103
commit c505d64580
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ index a4b58d9c..8b655261 100644
public String getVersion()
{
- return ( BungeeCord.class.getPackage().getImplementationVersion() == null ) ? "unknown" : BungeeCord.class.getPackage().getImplementationVersion();
+ return "0.7.1";
+ return "0.7.2";
}
public void reloadMessages()