Bump version number

This commit is contained in:
Juan Cruz Linsalata 2021-04-29 17:29:05 -03:00 committed by GitHub
parent 48d53eed40
commit a4341cc52b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ index a17ed68e..3e4ebfc5 100644
public String getVersion()
{
- return ( BungeeCord.class.getPackage().getImplementationVersion() == null ) ? "unknown" : BungeeCord.class.getPackage().getImplementationVersion();
+ return "0.4.7";
+ return "0.4.8";
}
public void reloadMessages()