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 0262c48 commit e7e2fa3Copy full SHA for e7e2fa3
kong-1.0.2-0.rockspec renamed to kong-1.0.3-0.rockspec
@@ -1,9 +1,9 @@
1
package = "kong"
2
-version = "1.0.2-0"
+version = "1.0.3-0"
3
supported_platforms = {"linux", "macosx"}
4
source = {
5
url = "git://github.com/Kong/kong",
6
- tag = "1.0.2"
+ tag = "1.0.3"
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 = 2,
+ patch = 3,
--suffix = ""
}, {
__tostring = function(t)
0 commit comments