From be00c32873d3d5e9ef01100650b766ce288679ed Mon Sep 17 00:00:00 2001 From: Ryan Voots Date: Tue, 24 Dec 2024 08:07:37 -0500 Subject: [PATCH] Update velocity 3.4.0 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 5679807..1636585 100755 --- a/build.sh +++ b/build.sh @@ -2,7 +2,7 @@ set -euxo pipefail -JSON=$(curl 'https://api.papermc.io/v2/projects/velocity/versions/3.3.0-SNAPSHOT/builds' -H 'User-Agent: docker-build simcop2387@simcop2387.info') +JSON=$(curl 'https://api.papermc.io/v2/projects/velocity/versions/3.4.0-SNAPSHOT/builds' -H 'User-Agent: docker-build simcop2387@simcop2387.info') BUILD=$(echo $JSON | jq -r '.builds[-1]')