From f664093096ee3ae1c4e915e30dad506980459e6f Mon Sep 17 00:00:00 2001 From: Zack Slayton Date: Fri, 7 Jun 2024 17:38:04 -0400 Subject: [PATCH] Version bump to v0.6.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 136da6f..0280292 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -838,7 +838,7 @@ dependencies = [ [[package]] name = "ion-cli" -version = "0.6.0" +version = "0.6.1" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 636f79b..e992aa5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ion-cli" -version = "0.6.0" +version = "0.6.1" authors = ["The Ion Team "] edition = "2021" description = "Command line tool for working with the Ion data format."