Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Switch from 4.0.1 to "latest-stable" mP image
This applies to the master branch only.
mederly committed Nov 21, 2019
1 parent 28eefac commit be6afef
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion download-midpoint.sh
@@ -6,7 +6,11 @@ if [[ -n "$1" ]]; then
MP_VERSION=$1
else
if [[ $tag == "latest" ]]; then
MP_VERSION="4.0.1"
# Was: 4.0.1
#
# But we need to incorporate latest changes to I2 distribution during
# the development of 4.1. Therefore we use a custom build here.
MP_VERSION="latest-stable"
else
MP_VERSION=$tag
fi

0 comments on commit be6afef

Please sign in to comment.