fix version in version info
This commit is contained in:
parent
f06ffa026b
commit
1dd99ea021
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ fn main() {
|
|||
env_logger::init().unwrap();
|
||||
|
||||
let matches = App::new("Gog Synchronizer")
|
||||
.version("0.1.0")
|
||||
.version("0.2.1")
|
||||
.author("Sebastian Hugentobler <sebastian@vanwa.ch>")
|
||||
.about("Synchronizes your gog library to a local folder.")
|
||||
.arg(Arg::with_name("storage")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue