From a81cba6c8a671cccf2ef5a5cd0462e2d27f603d5 Mon Sep 17 00:00:00 2001 From: Arne Beer Date: Mon, 5 Oct 2020 23:11:09 +0200 Subject: [PATCH] (cargo-release) version 0.7.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 26dc3762..2c35ce43 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1074,7 +1074,7 @@ dependencies = [ [[package]] name = "pueue" -version = "0.7.2-alpha.0" +version = "0.7.2" dependencies = [ "anyhow", "async-std", diff --git a/Cargo.toml b/Cargo.toml index 90e1a9ca..75d189d8 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.7.2-alpha.0" +version = "0.7.2" authors = ["Arne Beer "] homepage = "https://github.com/nukesor/pueue" repository = "https://github.com/nukesor/pueue"