bump version

This commit is contained in:
eyedeekay
2025-02-11 14:16:37 -05:00
parent ccd2edbc20
commit a60da07d5a
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,3 @@
# I2P Easy-Install 2.7.0 # I2P Easy-Install 2.8.0
This release updates the embedded I2P router to I2P 2.7.0. This release updates the embedded I2P router to I2P 2.8.0.

View File

@ -18,8 +18,8 @@ if [ -z "$VERSIONMAJOR" ]; then
export I2P_VERSION="master" export I2P_VERSION="master"
VERSION="master" VERSION="master"
export VERSION="master" export VERSION="master"
I2PFIREFOX_VERSION="2.7.0" I2PFIREFOX_VERSION="2.8.0"
export I2PFIREFOX_VERSION="2.7.0" export I2PFIREFOX_VERSION="2.8.0"
else else
I2P_VERSION="$VERSIONMAJOR.$VERSIONMINOR.$VERSIONBUILD" I2P_VERSION="$VERSIONMAJOR.$VERSIONMINOR.$VERSIONBUILD"
export I2P_VERSION="$VERSIONMAJOR.$VERSIONMINOR.$VERSIONBUILD" export I2P_VERSION="$VERSIONMAJOR.$VERSIONMINOR.$VERSIONBUILD"