Skip to content

Commit

Permalink
Increment version to 2.4.2-SNAPSHOT
Browse files Browse the repository at this point in the history
Signed-off-by: opensearch-ci-bot <[email protected]>
  • Loading branch information
opensearch-ci-bot authored and navneet1v committed Mar 21, 2023
1 parent 0547364 commit 65ac375
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 @@ -75,7 +75,7 @@ buildscript {
ext {
// as we don't have 3.0.0, 2.4.0 version for K-NN on darwin we need to keep OpenSearch version as 2.3 for now.
// Github issue: https://github.com/opensearch-project/opensearch-build/issues/2662
opensearch_version = System.getProperty("opensearch.version", "2.4.1-SNAPSHOT")
opensearch_version = System.getProperty("opensearch.version", "2.4.2-SNAPSHOT")
buildVersionQualifier = System.getProperty("build.version_qualifier", "")
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
version_tokens = opensearch_version.tokenize('-')
Expand Down

0 comments on commit 65ac375

Please sign in to comment.