Update velocity 3.4.0
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Ryan Voots 2024-12-24 08:07:37 -05:00
parent ecca5c2df9
commit be00c32873

View file

@ -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]')