Bump build number

This commit is contained in:
eyedeekay
2024-05-15 21:24:26 -04:00
parent a4ce1b9a8b
commit e7ff841eb5
+1 -1
View File
@@ -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"