From 990f1aac3fdb012cc2b00291f01a4d5fa6ce3965 Mon Sep 17 00:00:00 2001 From: Arne Beer Date: Tue, 4 Jun 2024 15:49:29 +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 6b18911..4622cf1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1264,7 +1264,7 @@ dependencies = [ [[package]] name = "pueue" -version = "3.4.0" +version = "3.4.1" dependencies = [ "anyhow", "assert_cmd", diff --git a/pueue/Cargo.toml b/pueue/Cargo.toml index 90dc511..5cd7d3f 100644 --- a/pueue/Cargo.toml +++ b/pueue/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pueue" -version = "3.4.0" +version = "3.4.1" description = "A cli tool for managing long running shell commands." keywords = ["shell", "command", "parallel", "task", "queue"] readme = "../README.md"