We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c82b7f commit 023a04eCopy full SHA for 023a04e
kong-2.3.3-0.rockspec renamed to kong-2.4.0beta.2-0.rockspec
@@ -1,10 +1,10 @@
1
package = "kong"
2
-version = "2.3.3-0"
+version = "2.4.0beta.2-0"
3
rockspec_format = "3.0"
4
supported_platforms = {"linux", "macosx"}
5
source = {
6
url = "git://github.com/Kong/kong",
7
- tag = "2.3.3"
+ tag = "2.4.0-beta.2"
8
}
9
description = {
10
summary = "Kong is a scalable and customizable API Management Layer built on top of Nginx.",
kong/meta.lua
@@ -1,8 +1,8 @@
local version = setmetatable({
major = 2,
- minor = 3,
- patch = 3,
- --suffix = "",
+ minor = 4,
+ patch = 0,
+ suffix = "beta.2"
}, {
-- our Makefile during certain releases adjusts this line. Any changes to
-- the format need to be reflected in both places
0 commit comments