From a5f355ba6f87e68949ba1dc664c8a5b419a25b3f Mon Sep 17 00:00:00 2001 From: Andre Juris Date: Wed, 29 Jun 2022 14:59:14 +0200 Subject: [PATCH] Upgrade to OpenSearch 2.0.1 Signed-off-by: Andre Juris --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 20a9d93..38812a9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ #group = org.opensearch.plugin.prometheus -version = 2.0.0.0 +version = 2.0.1.0 pluginName = prometheus-exporter pluginClassname = org.opensearch.plugin.prometheus.PrometheusExporterPlugin