Skip to content

Commit

Permalink
build: update to version 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
linux-china committed May 9, 2024
1 parent 52a0685 commit 6e1eff3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "task-keeper"
version = "0.19.0"
version = "0.20.0"
edition = "2021"
authors = ["linux_china <[email protected]>"]
description = "Task keeper to manage tasks from different task runners"
Expand Down
2 changes: 1 addition & 1 deletion src/app.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! clap App for command cli
use clap::{Command, Arg, ArgAction};

pub const VERSION: &str = "0.19.0";
pub const VERSION: &str = "0.20.0";

pub fn build_app() -> Command {
Command::new("tk")
Expand Down

0 comments on commit 6e1eff3

Please sign in to comment.