mirror of
https://github.com/nikolassv/bartib
synced 2024-11-28 14:30:25 +00:00
set correct version number
This commit is contained in:
parent
6712784bf3
commit
33ffd81aa5
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -45,7 +45,7 @@ checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
|
|||
|
||||
[[package]]
|
||||
name = "bartib"
|
||||
version = "0.1.0"
|
||||
version = "1.0.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"chrono",
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue