Skip to content

Commit 882853f

Browse files
committed
match CLI "version" with crate version (0.1.0)
1 parent b6ef09d commit 882853f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ impl ClientConfig {
6161
where F: for<'b> FnOnce(App<'a, 'b>) -> ArgMatches<'a>
6262
{
6363
let app = App::new("codedx-client")
64-
.version("0.1")
64+
.version("0.1.0")
6565
.author("Dylan H <[email protected]>")
6666
.about("CLI client for the Code Dx REST API")
6767
.arg(Arg::with_name("base-url")

0 commit comments

Comments
 (0)