From 0a57673d9a0fabf46c0d179e693c9a3080a06e01 Mon Sep 17 00:00:00 2001 From: Luca Visentin Date: Thu, 1 Feb 2024 17:19:31 +0100 Subject: [PATCH] chore: Release kerblam version 0.4.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c35f18f..a513098 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -579,7 +579,7 @@ dependencies = [ [[package]] name = "kerblam" -version = "0.3.0" +version = "0.4.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 5d94838..f6dd4bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kerblam" -version = "0.3.0" +version = "0.4.0" edition = "2021" repository = "https://github.com/MrHedmad/kerblam" license = "MIT"