Skip to content

Commit c5ec6a4

Browse files
committed
Bump version
1 parent 5e95345 commit c5ec6a4

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

Cargo.lock

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.15.0-alpha.1"
3+
version = "9.0.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"

elasticsearch/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "elasticsearch"
3-
version = "8.15.0-alpha.1"
3+
version = "9.0.0-alpha.1"
44
edition = "2018"
55
authors = ["Elastic and Contributors"]
66
description = "Official Elasticsearch Rust client"

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.15.0-alpha.1"
3+
version = "9.0.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.15.0-alpha.1"
3+
version = "9.0.0-alpha.1"
44
publish = false
55
edition = "2018"
66
authors = ["Elastic and Contributors"]

0 commit comments

Comments
 (0)