Skip to content

Commit 09c3f70

Browse files
Increment version to 3.4.0-SNAPSHOT
Signed-off-by: opensearch-ci-bot <[email protected]>
1 parent b91da12 commit 09c3f70

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)