Skip to content

Commit 5b5e9af

Browse files
committed
test
Signed-off-by: Sicheng Song <sicheng.song@outlook.com>
1 parent ae629db commit 5b5e9af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ buildscript {
99
ext {
1010
opensearch_group = "org.opensearch"
1111
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
12-
opensearch_version = System.getProperty("opensearch.version", "2.14.0-SNAPSHOT")
12+
opensearch_version = System.getProperty("opensearch.version", "2.13.0-SNAPSHOT")
1313
buildVersionQualifier = System.getProperty("build.version_qualifier", "")
1414

1515
// 2.0.0-rc1-SNAPSHOT -> 2.0.0.0-rc1-SNAPSHOT

0 commit comments

Comments
 (0)