Skip to content

Commit

Permalink
release: 2.2.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
locao committed Oct 2, 2020
1 parent 1eb37ad commit 834ce3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
12 changes: 2 additions & 10 deletions kong-2.2.0alpha.1-0.rockspec → kong-2.2.0beta.1-0.rockspec
Original file line number Diff line number Diff line change
@@ -1,17 +1,9 @@
package = "kong"
<<<<<<< HEAD:kong-2.2.0alpha.1-0.rockspec
version = "2.2.0alpha.1-0"
version = "2.2.0beta.1-0"
supported_platforms = {"linux", "macosx"}
source = {
url = "git://github.com/Kong/kong",
tag = "2.2.0-alpha.1"
=======
version = "2.1.4-0"
supported_platforms = {"linux", "macosx"}
source = {
url = "git://github.com/Kong/kong",
tag = "2.1.4"
>>>>>>> next:kong-2.1.4-0.rockspec
tag = "2.2.0-beta.1"
}
description = {
summary = "Kong is a scalable and customizable API Management Layer built on top of Nginx.",
Expand Down
2 changes: 1 addition & 1 deletion kong/meta.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local version = setmetatable({
major = 2,
minor = 2,
patch = 0,
suffix = "alpha.1"
suffix = "beta.1"
}, {
-- our Makefile during certain releases adjusts this line. Any changes to
-- the format need to be reflected in both places
Expand Down

0 comments on commit 834ce3e

Please sign in to comment.