From bb9dabd1aedfc684e7eee1a53f2c38a7ccbd3909 Mon Sep 17 00:00:00 2001 From: Victor Nilsson Date: Thu, 8 Aug 2024 08:53:43 +0200 Subject: [PATCH] Bump the exporter to support OpenSearch 2.16 Signed-off-by: Victor Nilsson --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index c94e83a..75018e5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ #group = org.opensearch.plugin.prometheus -version = 2.15.0.0 +version = 2.16.0.0 pluginName = prometheus-exporter pluginClassname = org.opensearch.plugin.prometheus.PrometheusExporterPlugin