From 71d23f44c24fc36b9ec5c365c5efa14ca402408e Mon Sep 17 00:00:00 2001 From: Jedrzej Stuczynski Date: Tue, 7 Jan 2020 12:37:40 +0000 Subject: [PATCH] Clap using cargo.toml version --- client/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/main.rs b/client/src/main.rs index 6d73a64713..70075c8eb3 100644 --- a/client/src/main.rs +++ b/client/src/main.rs @@ -10,7 +10,7 @@ mod utils; fn main() { let arg_matches = App::new("Nym Client") - .version("0.1.0") + .version(built_info::PKG_VERSION) .author("Nymtech") .about("Implementation of the Nym Client") .subcommand(