Skip to content

Commit

Permalink
Updates version number in command line help to match the value in Car…
Browse files Browse the repository at this point in the history
…go.toml.
  • Loading branch information
Charlie Saunders committed Feb 17, 2018
1 parent 43fb51a commit 1edb57e
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 @@ -7,7 +7,7 @@ use days_between::{calculate, inputs};

fn main() {
let args = App::new("DaysBetween")
.version("0.4.0")
.version("0.5.0")
.author("Charlie S. <[email protected]>")
.about("A command line utility for working with date ranges.")
.arg(Arg::with_name("start")
Expand Down

0 comments on commit 1edb57e

Please sign in to comment.