Skip to content

Commit f9851fc

Browse files
committed
release: update to 0.29.2
1 parent 0374e1b commit f9851fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//! clap App for command cli
22
use clap::{Command, Arg, ArgAction};
33

4-
pub const VERSION: &str = "0.29.1";
4+
pub const VERSION: &str = "0.29.2";
55

66
pub fn build_app() -> Command {
77
Command::new("tk")

0 commit comments

Comments
 (0)