Skip to content

Commit

Permalink
Release version 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jez committed May 18, 2020
1 parent 2b8b62a commit 4dec1ac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "as-tree"
version = "0.11.1"
version = "0.12.0"
authors = ["Jake Zimmerman <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion src/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ rust_binary(
"//third_party/cargo:atty",
],
visibility = ["//visibility:public"],
version = "0.11.1",
version = "0.12.0",
)
4 changes: 2 additions & 2 deletions test/cli/version/run.sh.exp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
0.11.1
0.12.0

---------

0.11.1
0.12.0

0 comments on commit 4dec1ac

Please sign in to comment.