Skip to content

Commit 8a49ec5

Browse files
committed
release: 2.4.0-rc.1
1 parent a7e8f47 commit 8a49ec5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

kong-2.4.0beta.2-0.rockspec renamed to kong-2.4.0rc.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.4.0beta.2-0"
2+
version = "2.4.0rc.1-0"
33
rockspec_format = "3.0"
44
supported_platforms = {"linux", "macosx"}
55
source = {
66
url = "git://github.com/Kong/kong",
7-
tag = "2.4.0-beta.2"
7+
tag = "2.4.0-rc.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
@@ -2,7 +2,7 @@ local version = setmetatable({
22
major = 2,
33
minor = 4,
44
patch = 0,
5-
suffix = "beta.2"
5+
suffix = "rc.1"
66
}, {
77
-- our Makefile during certain releases adjusts this line. Any changes to
88
-- the format need to be reflected in both places

0 commit comments

Comments
 (0)