From 736c26261295efdfdc7daffb638b6808dd62475b Mon Sep 17 00:00:00 2001 From: Manuel Buil Date: Fri, 27 Aug 2021 10:37:21 +0200 Subject: [PATCH] Move cniplugins version to 0.9.1 Signed-off-by: Manuel Buil --- scripts/version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/version.sh b/scripts/version.sh index dca9a2cd02..eb71769a61 100755 --- a/scripts/version.sh +++ b/scripts/version.sh @@ -37,7 +37,7 @@ if [ -z "$VERSION_K8S" ]; then VERSION_K8S="v0.0.0" fi -VERSION_CNIPLUGINS="v0.8.6-k3s1" +VERSION_CNIPLUGINS="v0.9.1-k3s1" if [[ -n "$GIT_TAG" ]]; then if [[ ! "$GIT_TAG" =~ ^"$VERSION_K8S"[+-] ]]; then