From 70c1969a76a9cfab404c2920dcc6c8b7d43b391c Mon Sep 17 00:00:00 2001 From: Arne Beer Date: Fri, 27 Oct 2023 18:28:38 +0200 Subject: [PATCH] chore: Release --- Cargo.lock | 2 +- pueue/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b9a28705..9f65c4a3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1166,7 +1166,7 @@ dependencies = [ [[package]] name = "pueue" -version = "3.3.0" +version = "3.3.1" dependencies = [ "anyhow", "assert_cmd", diff --git a/pueue/Cargo.toml b/pueue/Cargo.toml index f7a5bcef..9a4056ab 100644 --- a/pueue/Cargo.toml +++ b/pueue/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pueue" -version = "3.3.0" +version = "3.3.1" description = "A cli tool for managing long running shell commands." keywords = ["shell", "command", "parallel", "task", "queue"] readme = "../README.md"