Skip to content

Commit bec32f7

Browse files
thibaultchahishamhm
authored andcommitted
release: 1.0.0rc4
1 parent d52b2d2 commit bec32f7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

kong-1.0.0rc3-0.rockspec renamed to kong-1.0.0rc4-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.0rc3-0"
2+
version = "1.0.0rc4-0"
33
supported_platforms = {"linux", "macosx"}
44
source = {
55
url = "git://github.com/Kong/kong",
6-
tag = "1.0.0rc3"
6+
tag = "1.0.0rc4"
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
@@ -2,7 +2,7 @@ local version = setmetatable({
22
major = 1,
33
minor = 0,
44
patch = 0,
5-
suffix = "rc3"
5+
suffix = "rc4"
66
}, {
77
__tostring = function(t)
88
return string.format("%d.%d.%d%s", t.major, t.minor, t.patch,

0 commit comments

Comments
 (0)