This is an automated email from the ASF dual-hosted git repository.
membphis pushed a commit to branch release/3.8
in repository https://gitbox.apache.org/repos/asf/apisix.git
The following commit(s) were added to refs/heads/release/3.8 by this push:
new addcbcdaa chore: upgrade version number (#11190)
addcbcdaa is described below
commit addcbcdaa257d0a04d27af2a10fcf1979e34d152
Author: YuanSheng Wang <[email protected]>
AuthorDate: Wed Apr 24 12:22:21 2024 +0800
chore: upgrade version number (#11190)
---
apisix/core/version.lua | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apisix/core/version.lua b/apisix/core/version.lua
index d3519aeee..f5e1ffbc9 100644
--- a/apisix/core/version.lua
+++ b/apisix/core/version.lua
@@ -20,5 +20,5 @@
-- @module core.version
return {
- VERSION = "3.8.0"
+ VERSION = "3.8.1"
}