Skip to content

Commit c47ea62

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

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
@@ -27,7 +27,7 @@ import java.util.concurrent.TimeUnit
2727
buildscript {
2828
ext {
2929
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
30-
opensearch_version = System.getProperty("opensearch.version", "3.3.0-SNAPSHOT")
30+
opensearch_version = System.getProperty("opensearch.version", "3.4.0-SNAPSHOT")
3131
buildVersionQualifier = System.getProperty("build.version_qualifier", "")
3232
// 2.2.0-SNAPSHOT -> 2.2.0.0-SNAPSHOT
3333
version_tokens = opensearch_version.tokenize('-')

0 commit comments

Comments
 (0)