diff --git a/Cargo.lock b/Cargo.lock index 69c2797a..acd0144a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1102,7 +1102,7 @@ dependencies = [ [[package]] name = "ion-cli" -version = "0.11.0" +version = "0.12.0" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 010d237f..45abf5a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ion-cli" -version = "0.11.0" +version = "0.12.0" authors = ["The Ion Team "] edition = "2021" description = "Command line tool for working with the Ion data format."