diff --git a/releng/runjapicmp.sh b/releng/runjapicmp.sh index 0c57e3ff..ede5cf9b 100755 --- a/releng/runjapicmp.sh +++ b/releng/runjapicmp.sh @@ -5,7 +5,7 @@ set -e # error out on any failed commands #set -x # echo all commands used for debugging purposes -BASELINE=0.19.0 +BASELINE=0.20.0 JAPICMP_VERSION=0.15.7 WD=$(mktemp -d)