diff --git a/src/main.rs b/src/main.rs index 2d22754..cc69a15 100644 --- a/src/main.rs +++ b/src/main.rs @@ -9,7 +9,7 @@ use std::io::prelude::*; /// Simple Password collector for username:password lists #[derive(Parser, Debug)] -#[command(version = "v0.0.2", about, long_about = None)] +#[command(version = "v0.0.3", about, long_about = None)] struct Args { /// Files to input #[arg(num_args(0..))]