Bump version number

This commit is contained in:
Juan Cruz Linsalata 2021-04-30 10:40:43 -03:00 committed by GitHub
parent 3e9d298b24
commit 135c7b55a7
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.8";
+ return "0.4.9";
}
public void reloadMessages()