diff --git a/Cargo.lock b/Cargo.lock index 986e493f..77aaa9a1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -937,7 +937,7 @@ dependencies = [ [[package]] name = "ion-cli" -version = "0.10.0" +version = "0.11.0" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 70e6f1c3..72ac5546 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ion-cli" -version = "0.10.0" +version = "0.11.0" authors = ["The Ion Team "] edition = "2021" description = "Command line tool for working with the Ion data format."