diff --git a/kong-3.9.0-0.rockspec b/kong-3.9.1-0.rockspec similarity index 99% rename from kong-3.9.0-0.rockspec rename to kong-3.9.1-0.rockspec index f8150208195f..2a3c52001953 100644 --- a/kong-3.9.0-0.rockspec +++ b/kong-3.9.1-0.rockspec @@ -1,10 +1,10 @@ package = "kong" -version = "3.9.0-0" +version = "3.9.1-0" rockspec_format = "3.0" supported_platforms = {"linux", "macosx"} source = { url = "git+https://github.com/Kong/kong.git", - tag = "3.9.0" + tag = "3.9.1" } 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 a9c24782a9c7..9a9bac69f9d2 100644 --- a/kong/meta.lua +++ b/kong/meta.lua @@ -1,7 +1,7 @@ local version = setmetatable({ major = 3, minor = 9, - patch = 0, + patch = 1, --suffix = "-alpha.13" }, { -- our Makefile during certain releases adjusts this line. Any changes to