chore: bump version to 0.3.0

This commit is contained in:
Keivan-sf
2025-07-28 18:12:48 +03:30
parent b4f53be7ee
commit f526588ac6
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.2.0")
.version("0.3.0")
.about("Parses V2ray URI and generates JSON config for xray")
.arg(
Arg::new("uri")