Skip to content

Commit

Permalink
Bump versions for release
Browse files Browse the repository at this point in the history
  • Loading branch information
russcam committed Jul 20, 2020
1 parent 45cda6e commit ef2f092
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 @@ -61,7 +61,7 @@ that is compatible with the version of Elasticsearch you're using

```toml
[dependencies]
elasticsearch = "7.8.0-alpha.1"
elasticsearch = "7.8.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.8.0-alpha.1"
version = "7.8.1-alpha.1"
description = "Generates source code for elasticsearch package, from the Elasticsearch REST API specs"
authors = ["Elastic and Contributors"]
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion docs/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ that is compatible with the version of Elasticsearch you're using
[source,toml]
----
[dependencies]
elasticsearch = "7.8.0-alpha.1"
elasticsearch = "7.8.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 elasticsearch/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "elasticsearch"
version = "7.8.0-alpha.1"
version = "7.8.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.8.0-alpha.1"
//! elasticsearch = "7.8.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.8.0-alpha.1"
version = "7.8.1-alpha.1"
edition = "2018"
authors = ["Elastic and Contributors"]
description = "Generates and runs tests from Elasticsearch's YAML test specs"
Expand Down

0 comments on commit ef2f092

Please sign in to comment.