From f797fba41bc22fbac727832e32b9fcc19c1ae86f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20Hu=C3=9F?= Date: Mon, 29 Jul 2019 20:56:05 +0200 Subject: [PATCH] chore(tests): Update latest released version of serving to 0.7.1 (#304) --- test/presubmit-integration-tests-latest-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/presubmit-integration-tests-latest-release.sh b/test/presubmit-integration-tests-latest-release.sh index 6ed7152b5..c20d14158 100755 --- a/test/presubmit-integration-tests-latest-release.sh +++ b/test/presubmit-integration-tests-latest-release.sh @@ -18,5 +18,5 @@ # integration tests against Knative serving of a specific version. We # currently take 0.6.0 as the latest release version. -export KNATIVE_VERSION="0.6.0" +export KNATIVE_VERSION="0.7.1" $(dirname $0)/presubmit-tests.sh --integration-tests