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
f99092c028
commit
2a39c779c6
@ -34,7 +34,7 @@ index 3b0dff08..41d752a5 100644
|
||||
public String getVersion()
|
||||
{
|
||||
- return ( BungeeCord.class.getPackage().getImplementationVersion() == null ) ? "unknown" : BungeeCord.class.getPackage().getImplementationVersion();
|
||||
+ return "0.5.1";
|
||||
+ return "0.5.2";
|
||||
}
|
||||
|
||||
public void reloadMessages()
|
||||
|
Loading…
Reference in New Issue
Block a user