Skip to content

Commit

Permalink
make the i2pversion script output the version that we're actually bui…
Browse files Browse the repository at this point in the history
…lding
  • Loading branch information
eyedeekay committed Aug 23, 2024
1 parent d2cb4e7 commit e3e9d71
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions i2pversion
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit e3e9d71

Please sign in to comment.