Skip to content

Commit 03dfacf

Browse files
committed
release: 1.0.2
1 parent 4e8ca78 commit 03dfacf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

kong-1.0.1-0.rockspec renamed to kong-1.0.2-0.rockspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
package = "kong"
2-
version = "1.0.1-0"
2+
version = "1.0.2-0"
33
supported_platforms = {"linux", "macosx"}
44
source = {
55
url = "git://github.com/Kong/kong",
6-
tag = "1.0.1"
6+
tag = "1.0.2"
77
}
88
description = {
99
summary = "Kong is a scalable and customizable API Management Layer built on top of Nginx.",

kong/meta.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
local version = setmetatable({
22
major = 1,
33
minor = 0,
4-
patch = 1,
4+
patch = 2,
55
--suffix = ""
66
}, {
77
__tostring = function(t)

0 commit comments

Comments
 (0)