Skip to content

Commit

Permalink
doc: 版本更新
Browse files Browse the repository at this point in the history
  • Loading branch information
conero committed Mar 24, 2024
1 parent 6934799 commit 2ecab2c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cmd/uymas/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "uymas"
# yyyyMMdd/dev
version = "2.1.0"
version = "2.2.0"
edition = "2021"
authors = ["Joshua Conero"]

Expand Down
2 changes: 1 addition & 1 deletion doc/Release.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@



### v2.2.0/dev
### v2.2.0/2024-03-24

> 代码根据 `cargo clippy` 提示进行整改优化,新增常用包。
Expand Down
2 changes: 1 addition & 1 deletion uymas/cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uymas_cli"
version = "2.1.0"
version = "2.2.0"
edition = "2021"

license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion uymas/cli/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pub const VERSION: &str = "2.2.0";
/// 项目代码
pub const PROJECT: &str = "uymas";
/// 发布日期,可选"dev"或"20060102"
pub const RELEASE: &str = "dev";
pub const RELEASE: &str = "20240324";

/// 命令行可注册命令
pub mod action;
Expand Down

0 comments on commit 2ecab2c

Please sign in to comment.