Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Dentordev authored Feb 22, 2025
1 parent 5cc3b4e commit 456fb83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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..))]
Expand Down

0 comments on commit 456fb83

Please sign in to comment.