Skip to content

Commit c77179c

Browse files
committed
release: 2.4.0-beta.1
1 parent 9056281 commit c77179c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

kong-2.3.3-0.rockspec renamed to kong-2.4.0beta.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.3-0"
2+
version = "2.4.0beta.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.3"
7+
tag = "2.4.0-beta.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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
local version = setmetatable({
22
major = 2,
3-
minor = 3,
4-
patch = 3,
5-
--suffix = "",
3+
minor = 4,
4+
patch = 0,
5+
suffix = "beta.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)