Skip to content

Commit

Permalink
feat(cli): Add version number to help output
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega committed Jan 7, 2022
1 parent 16ed4b4 commit cd66640
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bin/oura/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ fn main() {
let args = App::new("app")
.name("oura")
.about("the tail of cardano")
.version("v0.3.8")
.subcommand(
App::new("watch")
.arg(Arg::new("socket").required(true))
Expand Down

0 comments on commit cd66640

Please sign in to comment.