Skip to content

Commit 700e4d9

Browse files
[AUTO] Increment version to 3.4.0-SNAPSHOT (#1243)
Increment version to 3.4.0-SNAPSHOT Signed-off-by: opensearch-ci-bot <[email protected]> Co-authored-by: opensearch-ci-bot <[email protected]>
1 parent 8bc7c1e commit 700e4d9

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
@@ -8,7 +8,7 @@ import java.nio.file.Paths
88

99
buildscript {
1010
ext {
11-
opensearch_version = System.getProperty("opensearch.version", "3.3.0-SNAPSHOT")
11+
opensearch_version = System.getProperty("opensearch.version", "3.4.0-SNAPSHOT")
1212
buildVersionQualifier = System.getProperty("build.version_qualifier", "")
1313
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
1414
version_tokens = opensearch_version.tokenize('-')

0 commit comments

Comments
 (0)