We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e293a3 commit e89feb5Copy full SHA for e89feb5
kong-3.7.0-0.rockspec renamed to kong-3.7.1-0.rockspec
@@ -1,10 +1,10 @@
1
package = "kong"
2
-version = "3.7.0-0"
+version = "3.7.1-0"
3
rockspec_format = "3.0"
4
supported_platforms = {"linux", "macosx"}
5
source = {
6
url = "git+https://github.com/Kong/kong.git",
7
- tag = "3.7.0"
+ tag = "3.7.1"
8
}
9
description = {
10
summary = "Kong is a scalable and customizable API Management Layer built on top of Nginx.",
kong/meta.lua
@@ -1,7 +1,7 @@
local version = setmetatable({
major = 3,
minor = 7,
- patch = 0,
+ patch = 1,
--suffix = "-alpha.13"
}, {
-- our Makefile during certain releases adjusts this line. Any changes to
0 commit comments