From e87355194702cc2340591a724bb6fc96f5636798 Mon Sep 17 00:00:00 2001 From: Arne Beer Date: Tue, 29 Dec 2020 04:19:04 +0100 Subject: [PATCH] (cargo-release) start next development iteration 0.10.1-alpha.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6c922f8..17e08f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1172,7 +1172,7 @@ dependencies = [ [[package]] name = "pueue" -version = "0.10.0" +version = "0.10.1-alpha.0" dependencies = [ "anyhow", "async-std", diff --git a/Cargo.toml b/Cargo.toml index 09abdc6..84a5492 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.10.0" +version = "0.10.1-alpha.0" authors = ["Arne Beer "] homepage = "https://github.com/nukesor/pueue" repository = "https://github.com/nukesor/pueue"