From d6d7be3671c6b829e3b4b2e9b3e54c33bc02725a Mon Sep 17 00:00:00 2001 From: heqingpan Date: Mon, 14 Oct 2024 00:13:10 +0800 Subject: [PATCH] upgrade version to v0.6.1 --- Cargo.toml | 2 +- src/common/constant.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cbfb0db8..6b7ba72b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rnacos" -version = "0.6.0" +version = "0.6.1" authors = ["heqingpan "] edition = "2018" license = "Apache-2.0" diff --git a/src/common/constant.rs b/src/common/constant.rs index 77304fc6..90db93ef 100644 --- a/src/common/constant.rs +++ b/src/common/constant.rs @@ -1,6 +1,6 @@ use std::sync::Arc; -pub const APP_VERSION: &str = "0.6.0"; +pub const APP_VERSION: &str = "0.6.1"; pub const EMPTY_STR: &str = "";