diff --git a/kong-0.9.1-0.rockspec b/kong-0.9.2-0.rockspec similarity index 99% rename from kong-0.9.1-0.rockspec rename to kong-0.9.2-0.rockspec index a084047ecdbc..8f8401eabe8d 100644 --- a/kong-0.9.1-0.rockspec +++ b/kong-0.9.2-0.rockspec @@ -1,9 +1,9 @@ package = "kong" -version = "0.9.1-0" +version = "0.9.2-0" supported_platforms = {"linux", "macosx"} source = { url = "git://github.com/Mashape/kong", - tag = "0.9.1" + tag = "0.9.2" } description = { summary = "Kong is a scalable and customizable API Management Layer built on top of Nginx.", diff --git a/kong/meta.lua b/kong/meta.lua index 9c5057afb7c4..bdabc5343ce8 100644 --- a/kong/meta.lua +++ b/kong/meta.lua @@ -1,7 +1,7 @@ local version = setmetatable({ major = 0, minor = 9, - patch = 1, + patch = 2, pre_release = nil }, { __tostring = function(t)