chore: bump version 0.3.1

This commit is contained in:
Keivan-sf
2025-08-04 15:41:58 +03:30
parent 4fb3f1d68f
commit 40b92a7eae
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ pub mod utils;
fn main() {
let matches = Command::new("v2parser")
.version("0.3.0")
.version("0.3.1")
.about("Parses V2ray URI and generates JSON config for xray")
.arg(
Arg::new("uri")