Skip to content

Commit c73748f

Browse files
opensearch-trigger-bot[bot]opensearch-ci-botpeterzhuamazon
authored
[AUTO] Increment version to 3.1.0-SNAPSHOT (#820)
* 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 86e2ab6 commit c73748f

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
@@ -6,7 +6,7 @@
66
buildscript {
77
ext {
88
opensearch_group = "org.opensearch"
9-
opensearch_version = System.getProperty("opensearch.version", "3.0.0-beta1-SNAPSHOT")
9+
opensearch_version = System.getProperty("opensearch.version", "3.1.0-SNAPSHOT")
1010
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
1111
buildVersionQualifier = System.getProperty("build.version_qualifier", "")
1212
kotlin_version = System.getProperty("kotlin.version", "1.9.25")

0 commit comments

Comments
 (0)