From f12bafe46ad5cae413ee7709c82329e9dd55582d Mon Sep 17 00:00:00 2001 From: Tsiry Sandratraina Date: Thu, 22 Jun 2023 06:38:35 +0000 Subject: [PATCH] chore: bump version code --- Cargo.lock | 2 +- crates/cli/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0e8ab78..2ebe016 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1069,7 +1069,7 @@ dependencies = [ [[package]] name = "crosup" -version = "0.3.3" +version = "0.4.0" dependencies = [ "anyhow", "clap 3.2.25", diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index c11fdab..f5675ce 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" name = "crosup" readme = "../../README.md" repository = "https://github.com/tsirysndr/crosup" -version = "0.3.3" +version = "0.4.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html