Skip to content

Commit f7de91a

Browse files
committed
release: 2.3.1
1 parent 5e3e233 commit f7de91a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

kong-2.3.0-0.rockspec renamed to kong-2.3.1-0.rockspec

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

0 commit comments

Comments
 (0)