Skip to content

Commit 436111f

Browse files
authored
update version in commands.rs
1 parent 06b4c14 commit 436111f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/command.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use clap::{value_parser, ArgAction, Parser};
22

3-
pub const VERSION: &str = "0.4.11";
3+
pub const VERSION: &str = "0.4.12";
44

55
#[derive(Parser, Debug)]
66
#[command(

0 commit comments

Comments
 (0)