Skip to content

Commit 6e78af9

Browse files
author
wangchunyan.bolt
committed
Release v0.2.0
1 parent ecb0b2b commit 6e78af9

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.9"
3+
version = "0.2.0"
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
@@ -23,7 +23,7 @@ use std::path::Path;
2323
#[derive(Parser, Debug)]
2424
#[command(name = "work")]
2525
#[command(author = "BoltDoggy <github@robolt.uu.me>")]
26-
#[command(version = "0.1.9")]
26+
#[command(version = "0.2.0")]
2727
#[command(about = "简化 Git worktree 的管理", long_about = None)]
2828
struct Args {
2929
#[command(subcommand)]

0 commit comments

Comments
 (0)