fix version in version info
This commit is contained in:
parent
f06ffa026b
commit
1dd99ea021
@ -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")
|
||||||
|
Loading…
Reference in New Issue
Block a user