Skip to content

Commit

Permalink
release: 2.5.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gszr committed Jun 29, 2021
1 parent 74e2765 commit fe34442
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions kong-2.4.1-0.rockspec → kong-2.5.0rc.1-0.rockspec
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package = "kong"
version = "2.4.1-0"
version = "2.5.0rc.1-0"
rockspec_format = "3.0"
supported_platforms = {"linux", "macosx"}
source = {
url = "git://github.com/Kong/kong",
tag = "2.4.1"
tag = "2.5.0-rc.1"
}
description = {
summary = "Kong is a scalable and customizable API Management Layer built on top of Nginx.",
Expand Down
4 changes: 2 additions & 2 deletions kong/meta.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
local version = setmetatable({
major = 2,
minor = 4,
patch = 1,
minor = 5,
patch = 0,
--suffix = "rc.1"
}, {
-- our Makefile during certain releases adjusts this line. Any changes to
Expand Down

0 comments on commit fe34442

Please sign in to comment.