From 1fe3ea81b1b845d8222bd51d3c6b0c1e336547fe Mon Sep 17 00:00:00 2001 From: Mohammad Qureshi <47198598+qreshi@users.noreply.github.com> Date: Tue, 10 Dec 2019 11:22:15 -0800 Subject: [PATCH] Bump plugin version (#131) --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index be844308..c3b81871 100644 --- a/build.gradle +++ b/build.gradle @@ -49,7 +49,7 @@ allprojects { group = "com.amazon.opendistroforelasticsearch" // Increment the final digit when there's a new plugin versions for the same opendistro version // Reset the final digit to 0 when upgrading to a new opendistro version - version = "${opendistroVersion}.0" + version = "${opendistroVersion}.1" apply from: "$rootDir/build-tools/repositories.gradle"