Skip to content

Commit

Permalink
Merge pull request #46 from nlewo/fix-version-output
Browse files Browse the repository at this point in the history
Fix version
  • Loading branch information
gilligan authored Aug 29, 2019
2 parents 27bd02e + 5a26b16 commit 393f93e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ command line.

`$ hydra-cli --help`
```
hydra-cli 0.1
hydra-cli 0.2.0
lewo
CLI Hydra client
Expand Down
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 hydra_cli::ops::{

fn main() {
let app = App::new("hydra-cli")
.version("0.1")
.version("0.2.0")
.about("CLI Hydra client")
.author("lewo")
.after_help("A client to query Hydra through its JSON API.")
Expand Down

0 comments on commit 393f93e

Please sign in to comment.