We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecb0b2b commit 6e78af9Copy full SHA for 6e78af9
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "work"
3
-version = "0.1.9"
+version = "0.2.0"
4
edition = "2021"
5
description = "A CLI tool to simplify Git worktree management"
6
authors = ["BoltDoggy <github@robolt.uu.me>"]
src/main.rs
@@ -23,7 +23,7 @@ use std::path::Path;
23
#[derive(Parser, Debug)]
24
#[command(name = "work")]
25
#[command(author = "BoltDoggy <github@robolt.uu.me>")]
26
-#[command(version = "0.1.9")]
+#[command(version = "0.2.0")]
27
#[command(about = "简化 Git worktree 的管理", long_about = None)]
28
struct Args {
29
#[command(subcommand)]
0 commit comments