bump default build tags

This commit is contained in:
idk
2023-03-19 11:51:23 +00:00
parent 10e009cb71
commit 53d2341e2b

View File

@ -2,7 +2,7 @@
set -e
if [ -z "$I2P_VERSION" ]; then
I2P_VERSION="i2p-2.1.0"
I2P_VERSION="i2p-2.2.0"
fi
if echo "$I2P_VERSION" | grep -q '.\..\..'; then
@ -11,7 +11,7 @@ if echo "$I2P_VERSION" | grep -q '.\..\..'; then
fi
else
if [ -z "$I2P_RELEASE_VERSION" ]; then
I2P_RELEASE_VERSION=2.1.0
I2P_RELEASE_VERSION=2.2.0
fi
fi