Skip to content

Commit

Permalink
Bump build number
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedeekay committed May 16, 2024
1 parent a4ce1b9 commit e7ff841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion i2pversion
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if [ -z "$VERSIONMINOR" ]; then
VERSIONMINOR=5
fi
if [ -z "$VERSIONBUILD" ]; then
VERSIONBUILD=1
VERSIONBUILD=2
fi
I2P_VERSION="$VERSIONMAJOR.$VERSIONMINOR.$VERSIONBUILD"
export I2P_VERSION="$VERSIONMAJOR.$VERSIONMINOR.$VERSIONBUILD"
Expand Down

0 comments on commit e7ff841

Please sign in to comment.