Skip to content

Commit 8bce4d1

Browse files
authored
chore(release): bump Kong version to 3.9.4 (#14914)
1 parent a643428 commit 8bce4d1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
package = "kong"
2-
version = "3.9.3-0"
2+
version = "3.9.4-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.9.3"
7+
tag = "3.9.4"
88
}
99
description = {
1010
summary = "Kong is a scalable and customizable API Management Layer built on top of Nginx.",

kong/meta.lua

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

0 commit comments

Comments
 (0)