Skip to content

Commit 1bc6871

Browse files
Increment version to 1.3.18-SNAPSHOT (#1227)
Signed-off-by: opensearch-ci-bot <[email protected]> Co-authored-by: opensearch-ci-bot <[email protected]>
1 parent e1555d6 commit 1bc6871

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.17-SNAPSHOT")
20+
opensearch_version = System.getProperty("opensearch.version", "1.3.18-SNAPSHOT")
2121
if (isSnapshot) {
2222
plugin_version = opensearch_version.substring(0, opensearch_version.indexOf("-"))
2323
} else {

0 commit comments

Comments
 (0)