This is an automated email from the ASF dual-hosted git repository. zhangjintao pushed a commit to tag 1.5.0-rc1 in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git
commit 0701f9507e9ea66b163447ee7b64580d60beeaf9 Author: Jintao Zhang <[email protected]> AuthorDate: Mon Aug 1 14:53:44 2022 +0800 chore: bump version Signed-off-by: Jintao Zhang <[email protected]> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 52b7ffe4..9a2ed4b1 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ # default: help -VERSION ?= 1.4.1 +VERSION ?= 1.5.0-rc1 RELEASE_SRC = apache-apisix-ingress-controller-${VERSION}-src REGISTRY ?="localhost:5000" IMAGE_TAG ?= dev
