[test] backwards compatibility: bump v0.19.0.1 to v0.19.1

This commit is contained in:
Sjors Provoost
2020-05-04 13:36:19 +02:00
parent 89a28e02fa
commit 9c246b873c
3 changed files with 5 additions and 5 deletions

View File

@@ -37,6 +37,6 @@ if [ -z "$NO_DEPENDS" ]; then
fi
if [ "$TEST_PREVIOUS_RELEASES" = "true" ]; then
BEGIN_FOLD previous-versions
DOCKER_EXEC contrib/devtools/previous_release.sh -b -t "$PREVIOUS_RELEASES_DIR" v0.15.2 v0.16.3 v0.17.1 v0.18.1 v0.19.0.1
DOCKER_EXEC contrib/devtools/previous_release.sh -b -t "$PREVIOUS_RELEASES_DIR" v0.15.2 v0.16.3 v0.17.1 v0.18.1 v0.19.1
END_FOLD
fi