This is an automated email from the ASF dual-hosted git repository.
membphis pushed a commit to branch release/3.9
in repository https://gitbox.apache.org/repos/asf/apisix.git
The following commit(s) were added to refs/heads/release/3.9 by this push:
new 507f0a02d chore: upgrade version number (#11191)
507f0a02d is described below
commit 507f0a02dcf1d019d686ebf68594bf123bf4a0d8
Author: YuanSheng Wang <[email protected]>
AuthorDate: Wed Apr 24 12:22:48 2024 +0800
chore: upgrade version number (#11191)
---
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 cf6ddb86c..6ca8796d6 100644
--- a/apisix/core/version.lua
+++ b/apisix/core/version.lua
@@ -20,5 +20,5 @@
-- @module core.version
return {
- VERSION = "3.9.0"
+ VERSION = "3.9.1"
}