set correct version number

This commit is contained in:
Nikolas Schmidt-Voigt 2021-11-15 08:21:47 +01:00
parent 6712784bf3
commit 33ffd81aa5
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -45,7 +45,7 @@ checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
[[package]]
name = "bartib"
version = "0.1.0"
version = "1.0.0"
dependencies = [
"anyhow",
"chrono",

View file

@ -68,7 +68,7 @@ fn main() -> Result<()> {
.takes_value(true);
let matches = App::new("bartib")
.version("0.1")
.version("1.0.0")
.author("Nikolas Schmidt-Voigt <nikolas.schmidt-voigt@posteo.de>")
.about("A simple timetracker")
.setting(AppSettings::SubcommandRequiredElseHelp)