Skip to content

Commit 1359e8c

Browse files
Increment version to 1.3.20-SNAPSHOT (#1286)
Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com> Co-authored-by: opensearch-ci-bot <opensearch-infra@amazon.com>
1 parent 1ebda2e commit 1359e8c

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
@@ -17,7 +17,7 @@ buildscript {
1717
ext {
1818
opensearch_group = "org.opensearch"
1919
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
20-
opensearch_version = System.getProperty("opensearch.version", "1.3.19-SNAPSHOT")
20+
opensearch_version = System.getProperty("opensearch.version", "1.3.20-SNAPSHOT")
2121
if (isSnapshot) {
2222
plugin_version = opensearch_version.substring(0, opensearch_version.indexOf("-"))
2323
} else {

0 commit comments

Comments
 (0)