Skip to content

Commit 61b9d85

Browse files
Increment version to 2.8.1-SNAPSHOT (#809)
Signed-off-by: opensearch-ci-bot <[email protected]> Co-authored-by: opensearch-ci-bot <[email protected]>
1 parent c611ac0 commit 61b9d85

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
@@ -26,7 +26,7 @@ import java.util.concurrent.TimeUnit
2626
buildscript {
2727
ext {
2828
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
29-
opensearch_version = System.getProperty("opensearch.version", "2.8.0-SNAPSHOT")
29+
opensearch_version = System.getProperty("opensearch.version", "2.8.1-SNAPSHOT")
3030
buildVersionQualifier = System.getProperty("build.version_qualifier", "")
3131
// 2.2.0-SNAPSHOT -> 2.2.0.0-SNAPSHOT
3232
version_tokens = opensearch_version.tokenize('-')

0 commit comments

Comments
 (0)