This is an automated email from the ASF dual-hosted git repository.
kvn pushed a commit to branch v0.2.0
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git
The following commit(s) were added to refs/heads/v0.2.0 by this push:
new a4bab10 chore: change version to 0.2.0
a4bab10 is described below
commit a4bab10c3acd6c80fdb2570dffbbb10e30123d87
Author: kv <[email protected]>
AuthorDate: Sat Jan 9 22:24:22 2021 +0800
chore: change version to 0.2.0
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 679cf14..eaab1da 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@
#
default: help
-VERSION ?= 0.1.0
+VERSION ?= 0.2.0
IMAGE_TAG ?= "latest"
GITSHA ?= $(shell git rev-parse --short=7 HEAD)
OSNAME ?= $(shell uname -s | tr A-Z a-z)