We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d73e4f commit cf17ed5Copy full SHA for cf17ed5
kong-2.1.3-0.rockspec renamed to kong-2.1.4-0.rockspec
@@ -1,9 +1,9 @@
1
package = "kong"
2
-version = "2.1.3-0"
+version = "2.1.4-0"
3
supported_platforms = {"linux", "macosx"}
4
source = {
5
url = "git://github.com/Kong/kong",
6
- tag = "2.1.3"
+ tag = "2.1.4"
7
}
8
description = {
9
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 = 2,
minor = 1,
- patch = 3,
+ patch = 4,
--suffix = ""
}, {
-- our Makefile during certain releases adjusts this line. Any changes to
0 commit comments