This is an automated email from the ASF dual-hosted git repository.

kvn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git


The following commit(s) were added to refs/heads/master by this push:
     new b4a6889  Update default version in Makefile (#556)
b4a6889 is described below

commit b4a6889e1564be61de6736af32a2075579c9b51f
Author: Fang <[email protected]>
AuthorDate: Wed Jun 23 11:46:22 2021 +0800

    Update default version in Makefile (#556)
    
    Update default version of apisix-ingress-controller in Makefile to be the 
latest version 1.0.0.
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 70d1582..9c117bc 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@
 #
 default: help
 
-VERSION ?= 0.6.0
+VERSION ?= 1.0.0
 RELEASE_SRC = apache-apisix-ingress-controller-${VERSION}-src
 LOCAL_REGISTRY="localhost:5000"
 IMAGE_TAG ?= dev

Reply via email to