From 03e8a25a5f5fdfcb9064eb6e6f863a6f3dd1eb89 Mon Sep 17 00:00:00 2001 From: Jonah Graham Date: Tue, 28 Feb 2023 10:19:02 -0500 Subject: [PATCH] Use 0.20.0 as API baseline There should be no changes at all in 0.20.x compared to 0.20.0 Part of #699 --- releng/runjapicmp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)