From 58d8bcabfbfc67a8440c002e555b9a3f364c7a65 Mon Sep 17 00:00:00 2001 From: Harry Bagdi Date: Fri, 24 Apr 2020 16:17:51 -0700 Subject: [PATCH] chore(*) bump version to 0.8.0 --- ....7.1-1.rockspec => kong-prometheus-plugin-0.8.0-1.rockspec | 4 ++-- kong/plugins/prometheus/handler.lua | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename kong-prometheus-plugin-0.7.1-1.rockspec => kong-prometheus-plugin-0.8.0-1.rockspec (96%) diff --git a/kong-prometheus-plugin-0.7.1-1.rockspec b/kong-prometheus-plugin-0.8.0-1.rockspec similarity index 96% rename from kong-prometheus-plugin-0.7.1-1.rockspec rename to kong-prometheus-plugin-0.8.0-1.rockspec index fd2604a..b72c090 100644 --- a/kong-prometheus-plugin-0.7.1-1.rockspec +++ b/kong-prometheus-plugin-0.8.0-1.rockspec @@ -1,9 +1,9 @@ package = "kong-prometheus-plugin" -version = "0.7.1-1" +version = "0.8.0-1" source = { url = "git://github.com/Kong/kong-plugin-prometheus", - tag = "0.7.1" + tag = "0.8.0" } supported_platforms = {"linux", "macosx"} diff --git a/kong/plugins/prometheus/handler.lua b/kong/plugins/prometheus/handler.lua index ea90bd5..6286692 100644 --- a/kong/plugins/prometheus/handler.lua +++ b/kong/plugins/prometheus/handler.lua @@ -7,7 +7,7 @@ prometheus.init() local PrometheusHandler = { PRIORITY = 13, - VERSION = "0.7.1", + VERSION = "0.8.0", } function PrometheusHandler.init_worker()