Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
2547techno committed Aug 1, 2024
1 parent fcdcd03 commit ed6dad4
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.4.1";
const VERSION_STR: &str = "v0.4.2";

fn main() {
let matches = command!()
Expand Down

0 comments on commit ed6dad4

Please sign in to comment.