From f11ac65c4dc0149f80b585951f90a6d50ddfc918 Mon Sep 17 00:00:00 2001 From: heqingpan Date: Sun, 18 Aug 2024 21:50:57 +0800 Subject: [PATCH] upgrade version to v0.5.20 --- Cargo.toml | 2 +- src/common/constant.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8a38b121..ce40c2a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rnacos" -version = "0.5.20-beta" +version = "0.5.20" authors = ["heqingpan "] edition = "2018" license = "Apache-2.0" diff --git a/src/common/constant.rs b/src/common/constant.rs index e039645d..97d490f2 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.20-beta"; +pub const APP_VERSION: &str = "0.5.20"; pub const EMPTY_STR: &str = "";