Skip to content
This repository was archived by the owner on Jun 7, 2022. It is now read-only.

Commit 60fb131

Browse files
author
Dytanic
committed
updated HexaCord version
1 parent 17c9b0e commit 60fb131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudnet-lib/src/main/java/de/dytanic/cloudnet/lib/server/version/ProxyVersion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public static MultiValue<String, String> url(ProxyVersion proxyVersion)
2323
case TRAVERTINE:
2424
return new MultiValue<>("https://yivesmirror.com/files/travertine/Travertine-latest.jar", "Travertine.jar");
2525
case HEXACORD:
26-
return new MultiValue<>("https://yivesmirror.com/files/hexacord/HexaCord-v210.jar", "HexaCord.jar");
26+
return new MultiValue<>("https://yivesmirror.com/files/hexacord/HexaCord-v216.jar", "HexaCord.jar");
2727
case WATERFALL:
2828
return new MultiValue<>("https://ci.destroystokyo.com/job/Waterfall/lastSuccessfulBuild/artifact/Waterfall-Proxy/bootstrap/target/Waterfall.jar", "Waterfall.jar");
2929
default:

0 commit comments

Comments
 (0)