Skip to content

Commit

Permalink
build: update to version 0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
linux-china committed Aug 21, 2024
1 parent 6436baf commit 47fab67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "task-keeper"
version = "0.22.2"
version = "0.23.0"
edition = "2021"
authors = ["linux_china <libing.chen@gmail.com>"]
description = "Task keeper to manage tasks from different task runners"
Expand Down Expand Up @@ -41,7 +41,7 @@ cfg-if ="1"
uuid = { version = "1", features = ["v4"] }
logos = "0.14"
shell-escape ="0.1"
update-informer = { version = "1.1.0", default_features = false, features = ["github"] }
update-informer = { version = "1.1.0", default-features = false, features = ["github"] }

[profile.release]
strip = true
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.22.2";
pub const VERSION: &str = "0.23.0";

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

0 comments on commit 47fab67

Please sign in to comment.