Skip to content

Commit

Permalink
build: update to version 0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
linux-china committed Apr 7, 2024
1 parent 9b3e962 commit 912f9dd
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.17.0"
version = "0.17.1"
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.17.0";
pub const VERSION: &str = "0.17.1";

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

0 comments on commit 912f9dd

Please sign in to comment.