Skip to content

Commit

Permalink
build: update to version 0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
linux-china committed Sep 1, 2024
1 parent d281045 commit 40e05d6
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.23.0"
version = "0.24.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.23.0";
pub const VERSION: &str = "0.24.0";

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

0 comments on commit 40e05d6

Please sign in to comment.