Skip to content

Commit 35f79e1

Browse files
Merge branch '2.x' into stopreplication-2.x
Signed-off-by: aggarwalShivani <[email protected]>
2 parents 158a94b + eb02b62 commit 35f79e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import java.util.concurrent.TimeUnit
2626
buildscript {
2727
ext {
2828
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
29-
opensearch_version = System.getProperty("opensearch.version", "2.19.1-SNAPSHOT")
29+
opensearch_version = System.getProperty("opensearch.version", "2.20.0-SNAPSHOT")
3030
buildVersionQualifier = System.getProperty("build.version_qualifier", "")
3131
// 2.2.0-SNAPSHOT -> 2.2.0.0-SNAPSHOT
3232
version_tokens = opensearch_version.tokenize('-')

0 commit comments

Comments
 (0)