Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
ajclark committed Oct 30, 2024
1 parent 5bddc05 commit 68b73c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ fn validate_paths(source: &str, destination: &str) -> Result<(), String> {
}

fn main() {
let matches = App::new("Zap — Fast file copy")
.version("0.1")
let matches = App::new("Zap")
.version("v0.8.0-alpha")
.author("Allan Clark. <[email protected]>")
.about("Transfers a file in parallel streams over SSH")
.arg_required_else_help(true)
Expand Down

0 comments on commit 68b73c7

Please sign in to comment.