diff --git a/Cargo.lock b/Cargo.lock index cbb6d8615..94893f2cd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13,7 +13,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "cargo-release" -version = "0.10.4" +version = "0.10.5-alpha.0" dependencies = [ "chrono 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", "dirs 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 04c94d34e..e1ed06f6d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-release" -version = "0.10.4" +version = "0.10.5-alpha.0" authors = ["Ning Sun "] license = "MIT/Apache-2.0" description = "Cargo subcommand for you to smooth your release process."