Skip to content

Commit

Permalink
release: 2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hutchic committed Sep 18, 2020
1 parent 3d73e4f commit cf17ed5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions kong-2.1.3-0.rockspec → kong-2.1.4-0.rockspec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package = "kong"
version = "2.1.3-0"
version = "2.1.4-0"
supported_platforms = {"linux", "macosx"}
source = {
url = "git://github.com/Kong/kong",
tag = "2.1.3"
tag = "2.1.4"
}
description = {
summary = "Kong is a scalable and customizable API Management Layer built on top of Nginx.",
Expand Down
2 changes: 1 addition & 1 deletion kong/meta.lua
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit cf17ed5

Please sign in to comment.