From e245dca314271a3e57a919f25c6ea21e3036d569 Mon Sep 17 00:00:00 2001 From: Taylor Thomas Date: Wed, 13 Jul 2022 17:28:58 -0600 Subject: [PATCH] chore(*): bumps the version to the new RC version Signed-off-by: Taylor Thomas --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9ba94a8..bbd237f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -103,7 +103,7 @@ dependencies = [ [[package]] name = "bindle" -version = "0.8.0" +version = "0.9.0-rc.1" dependencies = [ "anyhow", "async-compression", diff --git a/Cargo.toml b/Cargo.toml index 69685b3..43fb6ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bindle" -version = "0.8.0" +version = "0.9.0-rc.1" authors = [ "Matt Butcher ", "Taylor Thomas "