Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
russcam committed Jun 29, 2021
1 parent ad04f6e commit 1d08199
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion api_generator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion elasticsearch/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion elasticsearch/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
//!
Expand Down
2 changes: 1 addition & 1 deletion yaml_test_runner/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down

0 comments on commit 1d08199

Please sign in to comment.