From 6f875c69f1b8b44d21cf9b7c0aab4610843bf74a Mon Sep 17 00:00:00 2001 From: kv Date: Sat, 10 Jul 2021 23:17:06 +0800 Subject: [PATCH] chore: add release 1.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9c117bc087..c31886c87a 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ # default: help -VERSION ?= 1.0.0 +VERSION ?= 1.1.0 RELEASE_SRC = apache-apisix-ingress-controller-${VERSION}-src LOCAL_REGISTRY="localhost:5000" IMAGE_TAG ?= dev