Files
2026-04-15 23:42:02 +02:00

14 lines
320 B
Diff

diff --git a/src/app.rs b/src/app.rs
index 77eaee4..daf3633 100644
--- a/src/app.rs
+++ b/src/app.rs
@@ -1,7 +1,7 @@
//! clap App for command cli
use clap::{Command, Arg, ArgAction};
-pub const VERSION: &str = "0.32.0";
+pub const VERSION: &str = "0.33.0";
pub fn build_app() -> Command {
Command::new("tk")