From 722fe6bf7ad3d6d2c1fb6f8843e25ab092372917 Mon Sep 17 00:00:00 2001 From: Fankai Liu Date: Mon, 27 Nov 2023 22:47:51 +0800 Subject: [PATCH] update version --- Cargo.lock | 2 +- Cargo.toml | 2 +- src/main.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8052eae..0033c49 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -807,7 +807,7 @@ checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741" [[package]] name = "salvo-cli" -version = "0.1.25" +version = "0.1.26" dependencies = [ "ansi_term", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 3036cd9..17bfc2b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "salvo-cli" -version = "0.1.25" +version = "0.1.26" edition = "2021" authors = ["Fankai Liu liufankai137@outlook.com","mrxiaozhuox mrxzx.info@gmail.com"] keywords = ["salvo", "cli","template"] diff --git a/src/main.rs b/src/main.rs index 01bf0e7..5118ba2 100644 --- a/src/main.rs +++ b/src/main.rs @@ -6,7 +6,7 @@ use i18n::set_locale; mod i18n; rust_i18n::i18n!("locales", fallback = "en"); #[derive(Parser, Debug)] -#[clap(version = "0.1.25", author = "Fankai liu ")] +#[clap(version = "0.1.26", author = "Fankai liu ")] struct Opts { #[clap(subcommand)] subcmd: SubCommand,