diff --git a/build-dev.sh b/build-dev.sh index 3d786ea028f..3c09f64a43e 100755 --- a/build-dev.sh +++ b/build-dev.sh @@ -3,7 +3,7 @@ if [ "$VERSION" = '' ] then if [ "$BASE_VERSION" = '' ] then - BASE_VERSION='v0.108.6' + BASE_VERSION='v0.108.7' readonly BASE_VERSION fi commit_number="$( git rev-list --count $BASE_VERSION..HEAD )"