From f7de91a27657a2278871a2f510e58ecc198cf609 Mon Sep 17 00:00:00 2001 From: Vinicius Mignot Date: Tue, 26 Jan 2021 13:18:40 -0300 Subject: [PATCH] release: 2.3.1 --- kong-2.3.0-0.rockspec => kong-2.3.1-0.rockspec | 4 ++-- kong/meta.lua | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename kong-2.3.0-0.rockspec => kong-2.3.1-0.rockspec (99%) diff --git a/kong-2.3.0-0.rockspec b/kong-2.3.1-0.rockspec similarity index 99% rename from kong-2.3.0-0.rockspec rename to kong-2.3.1-0.rockspec index 7c1536dad4b4..04df1de05b84 100644 --- a/kong-2.3.0-0.rockspec +++ b/kong-2.3.1-0.rockspec @@ -1,10 +1,10 @@ package = "kong" -version = "2.3.0-0" +version = "2.3.1-0" rockspec_format = "3.0" supported_platforms = {"linux", "macosx"} source = { url = "git://github.com/Kong/kong", - tag = "2.3.0" + tag = "2.3.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 224524a058e0..b13d8d02b2fd 100644 --- a/kong/meta.lua +++ b/kong/meta.lua @@ -1,7 +1,7 @@ local version = setmetatable({ major = 2, minor = 3, - patch = 0, + patch = 1, --suffix = "", }, { -- our Makefile during certain releases adjusts this line. Any changes to