You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by zh...@apache.org on 2022/08/01 06:54:09 UTC

[apisix-ingress-controller] 01/01: chore: bump version

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 <zh...@gmail.com>
AuthorDate: Mon Aug 1 14:53:44 2022 +0800

    chore: bump version
    
    Signed-off-by: Jintao Zhang <zh...@gmail.com>
---
 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