Skip to content

Commit 834ce3e

Browse files
committed
release: 2.2.0-beta.1
1 parent 1eb37ad commit 834ce3e

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

kong-2.2.0alpha.1-0.rockspec renamed to kong-2.2.0beta.1-0.rockspec

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,9 @@
11
package = "kong"
2-
<<<<<<< HEAD:kong-2.2.0alpha.1-0.rockspec
3-
version = "2.2.0alpha.1-0"
2+
version = "2.2.0beta.1-0"
43
supported_platforms = {"linux", "macosx"}
54
source = {
65
url = "git://github.com/Kong/kong",
7-
tag = "2.2.0-alpha.1"
8-
=======
9-
version = "2.1.4-0"
10-
supported_platforms = {"linux", "macosx"}
11-
source = {
12-
url = "git://github.com/Kong/kong",
13-
tag = "2.1.4"
14-
>>>>>>> next:kong-2.1.4-0.rockspec
6+
tag = "2.2.0-beta.1"
157
}
168
description = {
179
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 = 2,
44
patch = 0,
5-
suffix = "alpha.1"
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)