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

membphis 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 4935200  chore: version info in Makefile (#158)
4935200 is described below

commit 49352000c923dffa9a96afa3213335bd79ac15ce
Author: Alex Zhang <zchao1...@gmail.com>
AuthorDate: Thu Jan 7 13:39:35 2021 +0800

    chore: version info in Makefile (#158)
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index b99752a..180f171 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@
 #
 default: help
 
-VERSION ?= 0.0.0
+VERSION ?= 0.1.0
 IMAGE_TAG ?= "latest"
 GITSHA ?= $(shell git rev-parse --short=7 HEAD)
 OSNAME ?= $(shell uname -s | tr A-Z a-z)

Reply via email to