Skip to content

Commit 33ffd81

Browse files
committed
set correct version number
1 parent 6712784 commit 33ffd81

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ fn main() -> Result<()> {
6868
.takes_value(true);
6969

7070
let matches = App::new("bartib")
71-
.version("0.1")
71+
.version("1.0.0")
7272
.author("Nikolas Schmidt-Voigt <nikolas.schmidt-voigt@posteo.de>")
7373
.about("A simple timetracker")
7474
.setting(AppSettings::SubcommandRequiredElseHelp)

0 commit comments

Comments
 (0)