From 4bd77d9519a8a43b444c85877e26830453e5943f Mon Sep 17 00:00:00 2001 From: heqingpan Date: Mon, 29 Jul 2024 08:50:58 +0800 Subject: [PATCH] upgrade version to v0.5.18 --- Cargo.toml | 2 +- src/common/constant.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e7d51abb..913b9469 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rnacos" -version = "0.5.17" +version = "0.5.18" authors = ["heqingpan "] edition = "2018" license = "Apache-2.0" diff --git a/src/common/constant.rs b/src/common/constant.rs index d1c705e8..277994b2 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.5.17"; +pub const APP_VERSION: &str = "0.5.18"; pub const EMPTY_STR: &str = "";