File tree Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 1
1
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"
4
3
supported_platforms = {" linux" , " macosx" }
5
4
source = {
6
5
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"
15
7
}
16
8
description = {
17
9
summary = " Kong is a scalable and customizable API Management Layer built on top of Nginx." ,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ local version = setmetatable({
2
2
major = 2 ,
3
3
minor = 2 ,
4
4
patch = 0 ,
5
- suffix = " alpha .1"
5
+ suffix = " beta .1"
6
6
}, {
7
7
-- our Makefile during certain releases adjusts this line. Any changes to
8
8
-- the format need to be reflected in both places
You can’t perform that action at this time.
0 commit comments