We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46213c0 commit 837a85bCopy full SHA for 837a85b
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "work"
3
-version = "0.1.8"
+version = "0.1.9"
4
edition = "2021"
5
description = "A CLI tool to simplify Git worktree management"
6
authors = ["BoltDoggy <github@robolt.uu.me>"]
src/main.rs
@@ -17,7 +17,7 @@ use colored::Colorize;
17
#[derive(Parser, Debug)]
18
#[command(name = "work")]
19
#[command(author = "BoltDoggy <github@robolt.uu.me>")]
20
-#[command(version = "0.1.8")]
+#[command(version = "0.1.9")]
21
#[command(about = "简化 Git worktree 的管理", long_about = None)]
22
struct Args {
23
#[command(subcommand)]
0 commit comments