Skip to content

Commit

Permalink
release: 2.2.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hutchic committed Sep 11, 2020
1 parent 48fbdd0 commit d8332dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions kong-2.1.3-0.rockspec → kong-2.2.0alpha.1-0.rockspec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package = "kong"
version = "2.1.3-0"
version = "2.2.0alpha.1-0"
supported_platforms = {"linux", "macosx"}
source = {
url = "git://github.com/Kong/kong",
tag = "2.1.3"
tag = "2.2.0-alpha.1"
}
description = {
summary = "Kong is a scalable and customizable API Management Layer built on top of Nginx.",
Expand Down
6 changes: 3 additions & 3 deletions kong/meta.lua
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
local version = setmetatable({
major = 2,
minor = 1,
patch = 3,
--suffix = ""
minor = 2,
patch = 0,
suffix = "alpha.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 d8332dd

Please sign in to comment.