This is an automated email from the ASF dual-hosted git repository.
ashishtiwari pushed a commit to branch v1.8.0
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git
The following commit(s) were added to refs/heads/v1.8.0 by this push:
new 8a9aba39 update version (#2313)
8a9aba39 is described below
commit 8a9aba3938cc51f016c6d7a48b6df2a8c7d3ae35
Author: Ashish Tiwari <[email protected]>
AuthorDate: Thu Oct 17 13:30:04 2024 +0530
update version (#2313)
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 26ac087a..3eb7cce1 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@
#
default: help
-VERSION ?= 1.8.2
+VERSION ?= 1.8.3
TARGET_APISIX_VERSION ?= "3.4.1-centos"