Skip to content

Commit 720107b

Browse files
authored
Merge pull request #61 from axiomhq/bump-readme-to-0.10
Bump version in readme
2 parents 85f4ffd + 4f130e4 commit 720107b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "axiom-rs"
3-
version = "0.9.0"
3+
version = "0.10.0"
44
authors = ["Arne Bahlo <arne@axiom.co>"]
55
edition = "2018"
66
rust-version = "1.60"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Add the following to your `Cargo.toml`:
2424

2525
```toml
2626
[dependencies]
27-
axiom-rs = "0.9"
27+
axiom-rs = "0.10"
2828
```
2929

3030
If you use the [Axiom CLI](https://github.com/axiomhq/cli), run

0 commit comments

Comments
 (0)