Skip to content

Commit e89feb5

Browse files
committed
chore(release): update version to 3.7.1 as part of the GA release (#13106)
1 parent 0e293a3 commit e89feb5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

kong-3.7.0-0.rockspec renamed to kong-3.7.1-0.rockspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
package = "kong"
2-
version = "3.7.0-0"
2+
version = "3.7.1-0"
33
rockspec_format = "3.0"
44
supported_platforms = {"linux", "macosx"}
55
source = {
66
url = "git+https://github.com/Kong/kong.git",
7-
tag = "3.7.0"
7+
tag = "3.7.1"
88
}
99
description = {
1010
summary = "Kong is a scalable and customizable API Management Layer built on top of Nginx.",

kong/meta.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
local version = setmetatable({
22
major = 3,
33
minor = 7,
4-
patch = 0,
4+
patch = 1,
55
--suffix = "-alpha.13"
66
}, {
77
-- our Makefile during certain releases adjusts this line. Any changes to

0 commit comments

Comments
 (0)