From f8b4303a8b11a7a772ffe18611d0810ac0937998 Mon Sep 17 00:00:00 2001 From: heqingpan Date: Tue, 21 May 2024 22:40:05 +0800 Subject: [PATCH] update version to v0.5.9 --- Cargo.toml | 2 +- src/common/constant.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 14420b5..d814f8d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rnacos" -version = "0.5.8" +version = "0.5.9" authors = ["heqingpan "] edition = "2018" license = "Apache-2.0" diff --git a/src/common/constant.rs b/src/common/constant.rs index a0a8652..e3418db 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.8"; +pub const APP_VERSION: &str = "0.5.9"; pub const EMPTY_STR: &str = "";