Skip to content

Commit

Permalink
Update base I2P version
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedeekay committed Feb 13, 2024
1 parent 753c0f2 commit 3c5cf56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e

if [ -z "$I2P_VERSION" ]; then
I2P_VERSION="i2p-2.2.0"
I2P_VERSION="i2p-2.3.0"
fi

if echo "$I2P_VERSION" | grep -q '.\..\..'; then
Expand All @@ -11,7 +11,7 @@ if echo "$I2P_VERSION" | grep -q '.\..\..'; then
fi
else
if [ -z "$I2P_RELEASE_VERSION" ]; then
I2P_RELEASE_VERSION=2.2.0
I2P_RELEASE_VERSION=2.3.0
fi
fi

Expand Down

0 comments on commit 3c5cf56

Please sign in to comment.