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"