We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6ef09d commit 882853fCopy full SHA for 882853f
src/config.rs
@@ -61,7 +61,7 @@ impl ClientConfig {
61
where F: for<'b> FnOnce(App<'a, 'b>) -> ArgMatches<'a>
62
{
63
let app = App::new("codedx-client")
64
- .version("0.1")
+ .version("0.1.0")
65
.author("Dylan H <[email protected]>")
66
.about("CLI client for the Code Dx REST API")
67
.arg(Arg::with_name("base-url")
0 commit comments