summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorsyn <isaqtm@gmail.com>2020-12-08 10:40:52 +0300
committersyn <isaqtm@gmail.com>2020-12-08 10:40:52 +0300
commit0b8b83b8315cef31e4ce650a31b2cf4d5123aff4 (patch)
tree36136d9cc3a3b4587d2e46701a481e816c5fe440 /src
parenteaf9228f3a43c3654eeddbd10cfbaf172e4578f4 (diff)
downloadevr-0b8b83b8315cef31e4ce650a31b2cf4d5123aff4.tar.gz
Automatic version from Cargo.toml
Diffstat (limited to 'src')
-rw-r--r--src/main.rs2
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)