Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
2547techno committed Jul 31, 2024
1 parent 07b52ca commit bc7a70a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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!()
Expand Down

0 comments on commit bc7a70a

Please sign in to comment.