We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b69795b commit 34e9fc8Copy full SHA for 34e9fc8
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "work"
3
-version = "0.1.7"
+version = "0.1.8"
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.7")]
+#[command(version = "0.1.8")]
21
#[command(about = "简化 Git worktree 的管理", long_about = None)]
22
struct Args {
23
#[command(subcommand)]
0 commit comments