mirror of
https://github.com/PaperMC/Waterfall.git
synced 2024-11-19 00:35:55 +01:00
Bump version number
This commit is contained in:
parent
3e9d298b24
commit
135c7b55a7
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user