From 456fb83c8e242f0d5199641178302a9881983202 Mon Sep 17 00:00:00 2001 From: DentorDev <92227212+Dentordev@users.noreply.github.com> Date: Sat, 22 Feb 2025 10:09:13 -0600 Subject: [PATCH] Update version --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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..))]