Skip to content

Commit 5cf1f7c

Browse files
committed
build: update to version 0.22.0
1 parent f0b7154 commit 5cf1f7c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "task-keeper"
3-
version = "0.21.0"
3+
version = "0.22.0"
44
edition = "2021"
55
authors = ["linux_china <libing.chen@gmail.com>"]
66
description = "Task keeper to manage tasks from different task runners"

src/app.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//! clap App for command cli
22
use clap::{Command, Arg, ArgAction};
33

4-
pub const VERSION: &str = "0.21.0";
4+
pub const VERSION: &str = "0.22.0";
55

66
pub fn build_app() -> Command {
77
Command::new("tk")

0 commit comments

Comments
 (0)