diff --git a/api_generator/Cargo.toml b/api_generator/Cargo.toml index 9c715d93..dbc26ba2 100644 --- a/api_generator/Cargo.toml +++ b/api_generator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "api_generator" -version = "2.2.0" +version = "2.3.0" publish = false description = "Generates source code for opensearch package, from the OpenSearch REST API specs" repository = "https://github.com/opensearch-project/opensearch-rs" diff --git a/opensearch/Cargo.toml b/opensearch/Cargo.toml index 63a2fba9..1feda8e8 100644 --- a/opensearch/Cargo.toml +++ b/opensearch/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "opensearch" -version = "2.2.0" +version = "2.3.0" edition = "2018" authors = ["Elastic and Contributors", "OpenSearch Contributors"] description = "Official OpenSearch Rust client" diff --git a/yaml_test_runner/Cargo.toml b/yaml_test_runner/Cargo.toml index 4d6d700c..84b29361 100644 --- a/yaml_test_runner/Cargo.toml +++ b/yaml_test_runner/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yaml_test_runner" -version = "2.2.0" +version = "2.3.0" publish = false edition = "2018" authors = ["Elastic and Contributors", "OpenSearch Contributors"]