From 730c141dd8c091b8d8c7c10735e1c35ee0a2c15d Mon Sep 17 00:00:00 2001 From: Travis Raines Date: Tue, 22 Jan 2019 14:04:10 -0800 Subject: [PATCH] chore(rock) bump version --- kong-upstream-jwt-0.5-0.rockspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kong-upstream-jwt-0.5-0.rockspec b/kong-upstream-jwt-0.5-0.rockspec index 08bfe7e..4f1358a 100644 --- a/kong-upstream-jwt-0.5-0.rockspec +++ b/kong-upstream-jwt-0.5-0.rockspec @@ -1,8 +1,8 @@ package = "kong-upstream-jwt" -version = "0.5-0" +version = "0.5-1" source = { url = "git+https://github.com/rainest/kong-upstream-jwt.git", - tag = "0.5-0" + tag = "0.5-1" } description = { summary = "A plugin for Kong which adds a signed JWT to HTTP Headers of outgoing requests",