Skip to content

Commit 13fdd96

Browse files
Increment version to 3.4.0-SNAPSHOT
Signed-off-by: opensearch-ci-bot <[email protected]>
1 parent 709ba4b commit 13fdd96

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
@@ -11,7 +11,7 @@ buildscript {
1111
ext {
1212
opensearch_group = "org.opensearch"
1313
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
14-
opensearch_version = System.getProperty("opensearch.version", "3.3.0-SNAPSHOT")
14+
opensearch_version = System.getProperty("opensearch.version", "3.4.0-SNAPSHOT")
1515
buildVersionQualifier = System.getProperty("build.version_qualifier", "")
1616
asm_version = "9.7"
1717

0 commit comments

Comments
 (0)