diff --git a/src/main.rs b/src/main.rs index 882caaa6a6..7f82808e74 100644 --- a/src/main.rs +++ b/src/main.rs @@ -4,7 +4,7 @@ use std::error::Error; fn main() -> Result<(), Box> { let matches = App::new("nushell") - .version("0.1.3") + .version(clap::crate_version!()) .arg( Arg::with_name("loglevel") .short("l")