Skip to content

Commit

Permalink
release: 2.4.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
locao committed Mar 23, 2021
1 parent 9056281 commit c77179c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions kong-2.3.3-0.rockspec → kong-2.4.0beta.1-0.rockspec
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package = "kong"
version = "2.3.3-0"
version = "2.4.0beta.1-0"
rockspec_format = "3.0"
supported_platforms = {"linux", "macosx"}
source = {
url = "git://github.com/Kong/kong",
tag = "2.3.3"
tag = "2.4.0-beta.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 = 3,
patch = 3,
--suffix = "",
minor = 4,
patch = 0,
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 c77179c

Please sign in to comment.