diff options
author | syn <isaqtm@gmail.com> | 2020-12-08 10:40:52 +0300 |
---|---|---|
committer | syn <isaqtm@gmail.com> | 2020-12-08 10:40:52 +0300 |
commit | 0b8b83b8315cef31e4ce650a31b2cf4d5123aff4 (patch) | |
tree | 36136d9cc3a3b4587d2e46701a481e816c5fe440 | |
parent | eaf9228f3a43c3654eeddbd10cfbaf172e4578f4 (diff) | |
download | evr-0b8b83b8315cef31e4ce650a31b2cf4d5123aff4.tar.gz |
Automatic version from Cargo.toml
-rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index b14bad7..2ad7991 100644 --- a/src/main.rs +++ b/src/main.rs @@ -12,7 +12,7 @@ mod wait; fn main() { let matches = App::new("evr") - .version("0.1") + .version(env!("CARGO_PKG_VERSION")) .author("syn") .setting(AppSettings::ColoredHelp) .setting(AppSettings::UnifiedHelpMessage) |