From f610a3121fab7f4f418ca829b58f4f6aa626e8d3 Mon Sep 17 00:00:00 2001 From: Travis Raines Date: Fri, 21 Dec 2018 13:05:28 -0800 Subject: [PATCH] Update rockspec tag --- kong-upstream-jwt-0.5-0.rockspec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kong-upstream-jwt-0.5-0.rockspec b/kong-upstream-jwt-0.5-0.rockspec index 4f5f3b8..08bfe7e 100644 --- a/kong-upstream-jwt-0.5-0.rockspec +++ b/kong-upstream-jwt-0.5-0.rockspec @@ -1,7 +1,8 @@ package = "kong-upstream-jwt" version = "0.5-0" source = { - url = "git+https://github.com/rainest/kong-upstream-jwt.git" + url = "git+https://github.com/rainest/kong-upstream-jwt.git", + tag = "0.5-0" } description = { summary = "A plugin for Kong which adds a signed JWT to HTTP Headers of outgoing requests",