From 85cbb3929c20afecfa7cfef5ff97326586bca299 Mon Sep 17 00:00:00 2001 From: Andy Zhang Date: Fri, 21 Jun 2024 16:53:19 +0800 Subject: [PATCH] chore(release): update version to 2.8.5 --- kong-2.8.4-0.rockspec => kong-2.8.5-0.rockspec | 4 ++-- kong/meta.lua | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename kong-2.8.4-0.rockspec => kong-2.8.5-0.rockspec (99%) diff --git a/kong-2.8.4-0.rockspec b/kong-2.8.5-0.rockspec similarity index 99% rename from kong-2.8.4-0.rockspec rename to kong-2.8.5-0.rockspec index 472cba1bc472..fe280a187a5b 100644 --- a/kong-2.8.4-0.rockspec +++ b/kong-2.8.5-0.rockspec @@ -1,10 +1,10 @@ package = "kong" -version = "2.8.4-0" +version = "2.8.5-0" rockspec_format = "3.0" supported_platforms = {"linux", "macosx"} source = { url = "https://github.com/Kong/kong.git", - tag = "2.8.4" + tag = "2.8.5" } 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 46ce2d9a6572..f6075db17aa1 100644 --- a/kong/meta.lua +++ b/kong/meta.lua @@ -1,7 +1,7 @@ local version = setmetatable({ major = 2, minor = 8, - patch = 4, + patch = 5, --suffix = "rc.1" }, { -- our Makefile during certain releases adjusts this line. Any changes to