Skip to content

Commit

Permalink
Bump version to 1.2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
skkosuri-amzn committed Dec 10, 2021
1 parent 2430990 commit 6e53232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
buildscript {
ext {
opensearch_group = "org.opensearch"
opensearch_version = System.getProperty("opensearch.version", "1.2.0-SNAPSHOT")
opensearch_version = System.getProperty("opensearch.version", "1.2.1-SNAPSHOT")
kotlin_version = System.getProperty("kotlin.version", "1.4.32")
}

Expand Down

0 comments on commit 6e53232

Please sign in to comment.