Skip to content

Commit

Permalink
Increment version to 1.3.18-SNAPSHOT
Browse files Browse the repository at this point in the history
Signed-off-by: opensearch-ci-bot <[email protected]>
Signed-off-by: Zelin Hao <[email protected]>
  • Loading branch information
opensearch-ci-bot authored and zelinh committed Jul 8, 2024
1 parent d5128e4 commit a8dc701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import org.opensearch.gradle.testclusters.StandaloneRestIntegTestTask

buildscript {
ext {
opensearch_version = System.getProperty("opensearch.version", "1.3.17-SNAPSHOT")
opensearch_version = System.getProperty("opensearch.version", "1.3.18-SNAPSHOT")
// 1.0.0 -> 1.0.0.0, and 1.0.0-SNAPSHOT -> 1.0.0.0-SNAPSHOT
opensearch_build = opensearch_version.replaceAll(/(\.\d+)([^\d]*)$/, '$1.0$2')
common_utils_version = System.getProperty("common_utils.version", opensearch_build)
Expand Down

0 comments on commit a8dc701

Please sign in to comment.