From bc7a70a606ea83300aed8d100df2985de785aa83 Mon Sep 17 00:00:00 2001 From: 2547techno Date: Wed, 31 Jul 2024 00:29:59 -0400 Subject: [PATCH] bump version --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index d948ab1..360487d 100644 --- a/src/main.rs +++ b/src/main.rs @@ -3,7 +3,7 @@ use clap::{arg, command, Arg, ArgAction, Command}; mod commands; mod utils; -const VERSION_STR: &str = "v0.4a"; +const VERSION_STR: &str = "v0.4.1"; fn main() { let matches = command!()