diff --git a/README.md b/README.md index ca6b669..3037682 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ command line. `$ hydra-cli --help` ``` -hydra-cli 0.2.0 +hydra-cli 0.3.0 lewo CLI Hydra client diff --git a/src/main.rs b/src/main.rs index 6b85714..74e35d7 100644 --- a/src/main.rs +++ b/src/main.rs @@ -17,7 +17,7 @@ fn main() { serde_json::to_string_pretty(&jobset_config()).unwrap() )[..]; let app = App::new("hydra-cli") - .version("0.2.0") + .version("0.3.0") .about("CLI Hydra client") .author("lewo") .after_help("A client to query Hydra through its JSON API.")