Change the version to 0.1.1

This commit is contained in:
Keivan-sf
2025-07-10 22:59:34 +03:30
parent fd5afbfe94
commit 8e5c6e5cbb
3 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ pub mod config_models;
pub mod utils;
#[derive(Parser)]
#[command(author ,version = "0.1.0", about = "V2ray URI parser", long_about = None)]
#[command(author ,version = "0.1.1", about = "V2ray URI parser", long_about = None)]
struct Cli {
uri: String,
#[arg(short, long, value_name = "socksport")]