From 3901463c8e808fff57e6d5e3b3a9207f468293d4 Mon Sep 17 00:00:00 2001 From: kikito Date: Tue, 11 Jul 2023 15:32:45 +0200 Subject: [PATCH] release: 3.3.2 --- kong-3.3.1-0.rockspec => kong-3.3.2-0.rockspec | 4 ++-- kong/meta.lua | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename kong-3.3.1-0.rockspec => kong-3.3.2-0.rockspec (99%) diff --git a/kong-3.3.1-0.rockspec b/kong-3.3.2-0.rockspec similarity index 99% rename from kong-3.3.1-0.rockspec rename to kong-3.3.2-0.rockspec index 6649fe7606d..0f2e7f599a2 100644 --- a/kong-3.3.1-0.rockspec +++ b/kong-3.3.2-0.rockspec @@ -1,10 +1,10 @@ package = "kong" -version = "3.3.1-0" +version = "3.3.2-0" rockspec_format = "3.0" supported_platforms = {"linux", "macosx"} source = { url = "git+https://github.com/Kong/kong.git", - tag = "3.3.1" + tag = "3.3.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 097ee8c6635..cc1ab17aa44 100644 --- a/kong/meta.lua +++ b/kong/meta.lua @@ -1,7 +1,7 @@ local version = setmetatable({ major = 3, minor = 3, - patch = 1, + patch = 2, --suffix = "-alpha.13" }, { -- our Makefile during certain releases adjusts this line. Any changes to