Skip to content

Commit e7e2fa3

Browse files
committed
release: 1.0.3
1 parent 0262c48 commit e7e2fa3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

kong-1.0.2-0.rockspec renamed to kong-1.0.3-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.2-0"
2+
version = "1.0.3-0"
33
supported_platforms = {"linux", "macosx"}
44
source = {
55
url = "git://github.com/Kong/kong",
6-
tag = "1.0.2"
6+
tag = "1.0.3"
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 = 2,
4+
patch = 3,
55
--suffix = ""
66
}, {
77
__tostring = function(t)

0 commit comments

Comments
 (0)