Skip to content

Commit ab3f01c

Browse files
opensearch-trigger-bot[bot]opensearch-ci-botpeterzhuamazon
authored andcommitted
[AUTO] Increment version to 3.1.0-SNAPSHOT (opensearch-project#1288)
* Increment version to 3.1.0-SNAPSHOT Signed-off-by: opensearch-ci-bot <[email protected]> * Update build.gradle Signed-off-by: Peter Zhu <[email protected]> --------- Signed-off-by: opensearch-ci-bot <[email protected]> Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: opensearch-ci-bot <[email protected]> Co-authored-by: Peter Zhu <[email protected]>
1 parent 1401a18 commit ab3f01c

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
@@ -14,7 +14,7 @@ import java.util.concurrent.Callable
1414

1515
buildscript {
1616
ext {
17-
opensearch_version = System.getProperty("opensearch.version", "3.0.0-SNAPSHOT")
17+
opensearch_version = System.getProperty("opensearch.version", "3.1.0-SNAPSHOT")
1818
buildVersionQualifier = System.getProperty("build.version_qualifier", "")
1919
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
2020
version_tokens = opensearch_version.tokenize('-')

0 commit comments

Comments
 (0)