Skip to content

Commit

Permalink
added starting v to version output
Browse files Browse the repository at this point in the history
  • Loading branch information
emilpriver committed Jan 1, 2024
1 parent ad19570 commit bef7167
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 @@ -23,7 +23,7 @@ async fn main() {

let matches = Command::new("geni")
.about(crate_description!())
.version(crate_version!())
.version(format!("v{}", crate_version!()))
.subcommand_required(true)
.arg_required_else_help(true)
.name("geni")
Expand Down

0 comments on commit bef7167

Please sign in to comment.