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 4e8ca78 commit 03dfacfCopy full SHA for 03dfacf
kong-1.0.1-0.rockspec renamed to kong-1.0.2-0.rockspec
@@ -1,9 +1,9 @@
1
package = "kong"
2
-version = "1.0.1-0"
+version = "1.0.2-0"
3
supported_platforms = {"linux", "macosx"}
4
source = {
5
url = "git://github.com/Kong/kong",
6
- tag = "1.0.1"
+ tag = "1.0.2"
7
}
8
description = {
9
summary = "Kong is a scalable and customizable API Management Layer built on top of Nginx.",
kong/meta.lua
@@ -1,7 +1,7 @@
local version = setmetatable({
major = 1,
minor = 0,
- patch = 1,
+ patch = 2,
--suffix = ""
}, {
__tostring = function(t)
0 commit comments