From ea1aa2a00adc6d23a8399d389aa9e8dc20d314c1 Mon Sep 17 00:00:00 2001 From: samugi Date: Mon, 4 Mar 2024 15:46:32 +0100 Subject: [PATCH] chore(release): bump version to 3.6.2 --- kong-3.6.1-0.rockspec => kong-3.6.2-0.rockspec | 4 ++-- kong/meta.lua | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename kong-3.6.1-0.rockspec => kong-3.6.2-0.rockspec (99%) diff --git a/kong-3.6.1-0.rockspec b/kong-3.6.2-0.rockspec similarity index 99% rename from kong-3.6.1-0.rockspec rename to kong-3.6.2-0.rockspec index 862f8f5d9d07..15e493b0b566 100644 --- a/kong-3.6.1-0.rockspec +++ b/kong-3.6.2-0.rockspec @@ -1,10 +1,10 @@ package = "kong" -version = "3.6.1-0" +version = "3.6.2-0" rockspec_format = "3.0" supported_platforms = {"linux", "macosx"} source = { url = "git+https://github.com/Kong/kong.git", - tag = "3.6.1" + tag = "3.6.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 5e58f92dfd28..32c0226d2f04 100644 --- a/kong/meta.lua +++ b/kong/meta.lua @@ -1,7 +1,7 @@ local version = setmetatable({ major = 3, minor = 6, - patch = 1, + patch = 2, --suffix = "-alpha.13" }, { -- our Makefile during certain releases adjusts this line. Any changes to