mirror of
https://github.com/PaperMC/Waterfall.git
synced 2024-12-26 02:27:57 +01:00
Bump version number
This commit is contained in:
parent
8de7440302
commit
d8d039611b
@ -34,7 +34,7 @@ index 3b0dff08..41d752a5 100644
|
|||||||
public String getVersion()
|
public String getVersion()
|
||||||
{
|
{
|
||||||
- return ( BungeeCord.class.getPackage().getImplementationVersion() == null ) ? "unknown" : BungeeCord.class.getPackage().getImplementationVersion();
|
- return ( BungeeCord.class.getPackage().getImplementationVersion() == null ) ? "unknown" : BungeeCord.class.getPackage().getImplementationVersion();
|
||||||
+ return "0.5.0";
|
+ return "0.5.1";
|
||||||
}
|
}
|
||||||
|
|
||||||
public void reloadMessages()
|
public void reloadMessages()
|
||||||
|
Loading…
Reference in New Issue
Block a user