Skip to content

Commit 837a85b

Browse files
author
王春岩
committed
Release v0.1.9
1 parent 46213c0 commit 837a85b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "work"
3-
version = "0.1.8"
3+
version = "0.1.9"
44
edition = "2021"
55
description = "A CLI tool to simplify Git worktree management"
66
authors = ["BoltDoggy <github@robolt.uu.me>"]

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ use colored::Colorize;
1717
#[derive(Parser, Debug)]
1818
#[command(name = "work")]
1919
#[command(author = "BoltDoggy <github@robolt.uu.me>")]
20-
#[command(version = "0.1.8")]
20+
#[command(version = "0.1.9")]
2121
#[command(about = "简化 Git worktree 的管理", long_about = None)]
2222
struct Args {
2323
#[command(subcommand)]

0 commit comments

Comments
 (0)