Skip to content

Commit

Permalink
Bump version to 8.7.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sethmlarson committed Nov 18, 2022
1 parent b167fd9 commit e39a27e
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 @@ -44,7 +44,7 @@ that is compatible with the version of Elasticsearch you're using

```toml
[dependencies]
elasticsearch = "8.6.0-alpha.1"
elasticsearch = "8.7.0-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 = "8.6.0-alpha.1"
version = "8.7.0-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.6.0-alpha.1"
elasticsearch = "8.7.0-alpha.1"
----

The following _optional_ dependencies may also be useful to create requests and
Expand Down
2 changes: 1 addition & 1 deletion elasticsearch/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
//!
//! ```toml,no_run
//! [dependencies]
//! elasticsearch = "8.6.0-alpha.1"
//! elasticsearch = "8.7.0-alpha.1"
//! ```
//! The following _optional_ dependencies may also be useful to create requests and read responses
//!
Expand Down
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xtask"
version = "8.6.0-alpha.1"
version = "8.7.0-alpha.1"
edition = "2018"
publish = false

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 = "8.6.0-alpha.1"
version = "8.7.0-alpha.1"
publish = false
edition = "2018"
authors = ["Elastic and Contributors"]
Expand Down

0 comments on commit e39a27e

Please sign in to comment.