From 1fd2844f31e756e94b664a99e60f67ee2d14827f Mon Sep 17 00:00:00 2001 From: Nghia Tran Date: Wed, 8 Jul 2020 04:15:47 -0700 Subject: [PATCH] Pin to knative.dev/{pkg,eventing,serving}@release-16 (#921) --- hack/update-deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/update-deps.sh b/hack/update-deps.sh index 8aebcf607..a69790afe 100755 --- a/hack/update-deps.sh +++ b/hack/update-deps.sh @@ -23,7 +23,7 @@ set -o pipefail cd ${ROOT_DIR} -VERSION="master" +VERSION="release-16" # The list of dependencies that we track at HEAD and periodically # float forward in this repository.