From 27a1ec6d2c7b88b9d16fd9fbf01e4e8e11220e3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Jane=C5=BEi=C4=8D?= Date: Thu, 26 Feb 2026 17:45:58 -0500 Subject: [PATCH] chore(release): v0.4.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f824503..64c301e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 4 [[package]] name = "ahab" -version = "0.4.0" +version = "0.4.1" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 610c919..a97d841 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "ahab" description = "docker cli wrapper" readme = "README.md" -version = "0.4.0" +version = "0.4.1" edition = "2021" license = "MIT" authors = ["Matej Janežič "]