From 1d0819908fc9b6d92fbd3953f5c162bb1ede5230 Mon Sep 17 00:00:00 2001 From: Russ Cam Date: Tue, 29 Jun 2021 18:02:37 +1000 Subject: [PATCH] Bump version for release --- README.md | 2 +- api_generator/Cargo.toml | 2 +- docs/installation.asciidoc | 2 +- elasticsearch/Cargo.toml | 2 +- elasticsearch/src/lib.rs | 2 +- yaml_test_runner/Cargo.toml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 262801dd..7e439e08 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ that is compatible with the version of Elasticsearch you're using ```toml [dependencies] -elasticsearch = "7.11.0-alpha.1" +elasticsearch = "7.12.1-alpha.1" ``` The following _optional_ dependencies may also be useful to create requests and read responses diff --git a/api_generator/Cargo.toml b/api_generator/Cargo.toml index 41c69d46..8277fff7 100644 --- a/api_generator/Cargo.toml +++ b/api_generator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "api_generator" -version = "7.12.0-alpha.1" +version = "7.12.1-alpha.1" publish = false description = "Generates source code for elasticsearch package, from the Elasticsearch REST API specs" repository = "https://github.com/elastic/elasticsearch-rs" diff --git a/docs/installation.asciidoc b/docs/installation.asciidoc index 3ed8cdff..a7b39c97 100644 --- a/docs/installation.asciidoc +++ b/docs/installation.asciidoc @@ -7,7 +7,7 @@ compatible with the version of {es} you are using: [source,toml] ---- [dependencies] -elasticsearch = "8.0.0-alpha.1" +elasticsearch = "7.12.1-alpha.1" ---- The following _optional_ dependencies may also be useful to create requests and diff --git a/elasticsearch/Cargo.toml b/elasticsearch/Cargo.toml index 23efcf32..a2694d25 100644 --- a/elasticsearch/Cargo.toml +++ b/elasticsearch/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "elasticsearch" -version = "7.12.0-alpha.1" +version = "7.12.1-alpha.1" edition = "2018" authors = ["Elastic and Contributors"] description = "Official Elasticsearch Rust client" diff --git a/elasticsearch/src/lib.rs b/elasticsearch/src/lib.rs index 4a8c170c..991d7698 100644 --- a/elasticsearch/src/lib.rs +++ b/elasticsearch/src/lib.rs @@ -61,7 +61,7 @@ //! //! ```toml,no_run //! [dependencies] -//! elasticsearch = "7.11.0-alpha.1" +//! elasticsearch = "7.12.1-alpha.1" //! ``` //! The following _optional_ dependencies may also be useful to create requests and read responses //! diff --git a/yaml_test_runner/Cargo.toml b/yaml_test_runner/Cargo.toml index 679838ee..73a191a3 100644 --- a/yaml_test_runner/Cargo.toml +++ b/yaml_test_runner/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yaml_test_runner" -version = "7.12.0-alpha.1" +version = "7.12.1-alpha.1" publish = false edition = "2018" authors = ["Elastic and Contributors"]