From 9b28a2b726df553c76a68efdfb74cb3fe90b43cc Mon Sep 17 00:00:00 2001 From: thefosk Date: Mon, 8 Jun 2015 17:53:50 -0700 Subject: [PATCH] version bump Former-commit-id: c761fb7486ba40c98182256420841f7044eaae60 --- kong-0.3.1-1.rockspec => kong-0.3.2-1.rockspec | 4 ++-- kong/constants.lua | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename kong-0.3.1-1.rockspec => kong-0.3.2-1.rockspec (99%) diff --git a/kong-0.3.1-1.rockspec b/kong-0.3.2-1.rockspec similarity index 99% rename from kong-0.3.1-1.rockspec rename to kong-0.3.2-1.rockspec index 5ddd0a27803e..6f73142b732d 100644 --- a/kong-0.3.1-1.rockspec +++ b/kong-0.3.2-1.rockspec @@ -1,9 +1,9 @@ package = "kong" -version = "0.3.1-1" +version = "0.3.2-1" supported_platforms = {"linux", "macosx"} source = { url = "git://github.com/Mashape/kong", - tag = "0.3.1" + tag = "0.3.2" } description = { summary = "Kong is a scalable and customizable API Management Layer built on top of Nginx.", diff --git a/kong/constants.lua b/kong/constants.lua index 7a5715db4c94..edda67b766f5 100644 --- a/kong/constants.lua +++ b/kong/constants.lua @@ -1,4 +1,4 @@ -local VERSION = "0.3.1" +local VERSION = "0.3.2" return { NAME = "kong",