From c6d86856c14015b8c81a34f7f539e71ac1c84688 Mon Sep 17 00:00:00 2001 From: Arne Beer Date: Sat, 11 Jul 2020 13:06:43 +0200 Subject: [PATCH] (cargo-release) start next development iteration 0.6.3-alpha.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index eb7614f..1c2067b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1062,7 +1062,7 @@ dependencies = [ [[package]] name = "pueue" -version = "0.6.2" +version = "0.6.3-alpha.0" dependencies = [ "anyhow 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)", "async-std 1.6.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 37aed35..913f52c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pueue" description = "A cli tool for managing long running shell commands." -version = "0.6.2" +version = "0.6.3-alpha.0" authors = ["Arne Beer "] homepage = "https://github.com/nukesor/pueue" repository = "https://github.com/nukesor/pueue"