Skip to content

Commit cf17ed5

Browse files
committed
release: 2.1.4
1 parent 3d73e4f commit cf17ed5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

kong-2.1.3-0.rockspec renamed to kong-2.1.4-0.rockspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
package = "kong"
2-
version = "2.1.3-0"
2+
version = "2.1.4-0"
33
supported_platforms = {"linux", "macosx"}
44
source = {
55
url = "git://github.com/Kong/kong",
6-
tag = "2.1.3"
6+
tag = "2.1.4"
77
}
88
description = {
99
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 = 2,
33
minor = 1,
4-
patch = 3,
4+
patch = 4,
55
--suffix = ""
66
}, {
77
-- our Makefile during certain releases adjusts this line. Any changes to

0 commit comments

Comments
 (0)