Skip to content

Commit e39a27e

Browse files
committed
Bump version to 8.7.0-alpha.1
1 parent b167fd9 commit e39a27e

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ that is compatible with the version of Elasticsearch you're using
4444

4545
```toml
4646
[dependencies]
47-
elasticsearch = "8.6.0-alpha.1"
47+
elasticsearch = "8.7.0-alpha.1"
4848
```
4949

5050
The following _optional_ dependencies may also be useful to create requests and read responses

api_generator/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "api_generator"
3-
version = "8.6.0-alpha.1"
3+
version = "8.7.0-alpha.1"
44
publish = false
55
description = "Generates source code for elasticsearch package, from the Elasticsearch REST API specs"
66
repository = "https://github.com/elastic/elasticsearch-rs"

docs/installation.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ compatible with the version of {es} you are using:
77
[source,toml]
88
----
99
[dependencies]
10-
elasticsearch = "8.6.0-alpha.1"
10+
elasticsearch = "8.7.0-alpha.1"
1111
----
1212

1313
The following _optional_ dependencies may also be useful to create requests and

elasticsearch/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
//!
6767
//! ```toml,no_run
6868
//! [dependencies]
69-
//! elasticsearch = "8.6.0-alpha.1"
69+
//! elasticsearch = "8.7.0-alpha.1"
7070
//! ```
7171
//! The following _optional_ dependencies may also be useful to create requests and read responses
7272
//!

xtask/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "xtask"
3-
version = "8.6.0-alpha.1"
3+
version = "8.7.0-alpha.1"
44
edition = "2018"
55
publish = false
66

yaml_test_runner/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "yaml_test_runner"
3-
version = "8.6.0-alpha.1"
3+
version = "8.7.0-alpha.1"
44
publish = false
55
edition = "2018"
66
authors = ["Elastic and Contributors"]

0 commit comments

Comments
 (0)