mirror of
https://github.com/PaperMC/Waterfall.git
synced 2024-12-26 18:47:43 +01:00
Bump version number
This commit is contained in:
parent
f00cd3d807
commit
0242a628e0
@ -1,7 +1,7 @@
|
|||||||
From d4213ec9e7529f96c403a2a6af8f24b6e5aa2242 Mon Sep 17 00:00:00 2001
|
From d4213ec9e7529f96c403a2a6af8f24b6e5aa2242 Mon Sep 17 00:00:00 2001
|
||||||
From: foss-mc <69294560+foss-mc@users.noreply.github.com>
|
From: foss-mc <69294560+foss-mc@users.noreply.github.com>
|
||||||
Date: Wed, 16 Dec 2020 18:11:48 +0800
|
Date: Wed, 16 Dec 2020 18:11:48 +0800
|
||||||
Subject: [PATCH] Rebrand
|
Subject: [PATCH] FlameCord rebrand
|
||||||
|
|
||||||
|
|
||||||
diff --git a/proxy/src/main/java/io/github/waterfallmc/waterfall/conf/WaterfallConfiguration.java b/proxy/src/main/java/io/github/waterfallmc/waterfall/conf/WaterfallConfiguration.java
|
diff --git a/proxy/src/main/java/io/github/waterfallmc/waterfall/conf/WaterfallConfiguration.java b/proxy/src/main/java/io/github/waterfallmc/waterfall/conf/WaterfallConfiguration.java
|
||||||
@ -34,7 +34,7 @@ index a17ed68e..3e4ebfc5 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.4.9";
|
+ return "0.5.0";
|
||||||
}
|
}
|
||||||
|
|
||||||
public void reloadMessages()
|
public void reloadMessages()
|
Loading…
Reference in New Issue
Block a user