Skip to content

Commit

Permalink
Merge pull request #720 from opensearch-project/create-pull-request/1…
Browse files Browse the repository at this point in the history
….3.12-SNAPSHOT

[AUTO] Increment version to 1.3.12-SNAPSHOT
  • Loading branch information
derek-ho authored Aug 3, 2023
2 parents 5150ece + 91010c6 commit 24f17f6
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 @@ -10,7 +10,7 @@ import org.opensearch.gradle.testclusters.StandaloneRestIntegTestTask
buildscript {
ext {
opensearch_group = "org.opensearch"
opensearch_version = System.getProperty("opensearch.version", "1.3.11-SNAPSHOT")
opensearch_version = System.getProperty("opensearch.version", "1.3.12-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 24f17f6

Please sign in to comment.