diff --git a/src/main.rs b/src/main.rs index fe2fa4f..52ee0ed 100644 --- a/src/main.rs +++ b/src/main.rs @@ -7,8 +7,7 @@ extern crate tokio; fn main() { let matches = App::new("hanimers") .about("hanime.tv downloader in rust") - // let's hope i remember to bump the version xd - .version("0.1.3") + .version(env!("CARGO_PKG_VERSION")) .setting(AppSettings::SubcommandRequiredElseHelp) .subcommand( SubCommand::with_name("search")