Skip to content

Commit aa76743

Browse files
authoredNov 5, 2024
Incremented version to 2.18.1
Signed-off-by: GitHub <noreply@github.com>
1 parent 1b73238 commit aa76743

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
@@ -6,7 +6,7 @@
66
buildscript {
77
ext {
88
opensearch_group = "org.opensearch"
9-
opensearch_version = System.getProperty("opensearch.version", "2.18.0-SNAPSHOT")
9+
opensearch_version = System.getProperty("opensearch.version", "2.18.1-SNAPSHOT")
1010
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
1111
buildVersionQualifier = System.getProperty("build.version_qualifier", "")
1212
kotlin_version = System.getProperty("kotlin.version", "1.8.21")

0 commit comments

Comments
 (0)
Please sign in to comment.