fix version in version info

This commit is contained in:
Sebastian Hugentobler 2017-03-21 21:23:42 +01:00
parent f06ffa026b
commit 1dd99ea021

View File

@ -43,7 +43,7 @@ fn main() {
env_logger::init().unwrap(); env_logger::init().unwrap();
let matches = App::new("Gog Synchronizer") let matches = App::new("Gog Synchronizer")
.version("0.1.0") .version("0.2.1")
.author("Sebastian Hugentobler <sebastian@vanwa.ch>") .author("Sebastian Hugentobler <sebastian@vanwa.ch>")
.about("Synchronizes your gog library to a local folder.") .about("Synchronizes your gog library to a local folder.")
.arg(Arg::with_name("storage") .arg(Arg::with_name("storage")