From 8894a866eb3c8987eb4a0f8b1ff539400129da76 Mon Sep 17 00:00:00 2001 From: Vincent VAN HOLLEBEKE <2646864+vvanholl@users.noreply.github.com> Date: Mon, 12 Aug 2019 19:42:28 +0200 Subject: [PATCH] Release version 6.8.2.0 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 013c16d..4af4b75 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ group = org.elasticsearch.plugin.discovery -version = 6.8.1.1-SNAPSHOT +version = 6.8.2.0 pluginName = consul-discovery pluginClassname = org.elasticsearch.plugin.discovery.ConsulDiscoveryPlugin