Skip to content

Commit 03e8a25

Browse files
committed
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
1 parent d98119b commit 03e8a25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

releng/runjapicmp.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -e # error out on any failed commands
55
#set -x # echo all commands used for debugging purposes
66

77

8-
BASELINE=0.19.0
8+
BASELINE=0.20.0
99

1010
JAPICMP_VERSION=0.15.7
1111
WD=$(mktemp -d)

0 commit comments

Comments
 (0)