Skip to content

Commit

Permalink
Merge 28e4591 into d0794cd
Browse files Browse the repository at this point in the history
  • Loading branch information
Arpit-Bandejiya authored Nov 1, 2022
2 parents d0794cd + 28e4591 commit 15f2fac
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {
distribution = 'oss-zip'
opensearch_group = "org.opensearch"
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
opensearch_version = System.getProperty("opensearch.version", "2.2.0-SNAPSHOT")
opensearch_version = System.getProperty("opensearch.version", "2.4.0-SNAPSHOT")
opensearch_plugin_version = System.getProperty("bwc.version", "1.1.0.0")
buildVersionQualifier = System.getProperty("build.version_qualifier", "")
// 2.0.0-rc1-SNAPSHOT -> 2.0.0.0-rc1-SNAPSHOT
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
Compatible with OpenSearch 2.3.0

### Maintenance
* bump version to 2.3.0 ([#](https://github.com/opensearch-project/asynchronous-search/pull/174))
* bump version to 2.3.0 ([#174](https://github.com/opensearch-project/asynchronous-search/pull/174))
* Replace terminology 'master' with 'cluster manager' ([#175](https://github.com/opensearch-project/asynchronous-search/pull/175))
Binary file not shown.

0 comments on commit 15f2fac

Please sign in to comment.