From 9d0946250d6ebf2c8fc287567a83c0917b1c49af Mon Sep 17 00:00:00 2001 From: Arne Beer Date: Wed, 10 Feb 2021 01:47:29 +0100 Subject: [PATCH] (cargo-release) start next development iteration 0.12.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 c033de1c..488ca202 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1153,7 +1153,7 @@ dependencies = [ [[package]] name = "pueue" -version = "0.12.0" +version = "0.12.1-alpha.0" dependencies = [ "anyhow", "async-std", diff --git a/Cargo.toml b/Cargo.toml index d6a3b7c5..66e75d8d 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.12.0" +version = "0.12.1-alpha.0" authors = ["Arne Beer "] homepage = "https://github.com/nukesor/pueue" repository = "https://github.com/nukesor/pueue"