make the i2pversion script output the version that we're actually building

This commit is contained in:
eyedeekay
2024-08-22 23:39:44 -04:00
parent d2cb4e7dac
commit e3e9d71f62

View File

@ -33,3 +33,6 @@ export VERSION="i2p-$GITHUB_TAG"
I2PFIREFOX_VERSION="$VERSIONMAJOR.$VERSIONMINOR.2"
export I2PFIREFOX_VERSION="$VERSIONMAJOR.$VERSIONMINOR.2"
echo "I2P version $I2P_VERSION"
echo "Tag $VERSION"
echo "I2P Firefox Profile version $I2PFIREFOX_VERSION"