diff --git a/Cargo.toml b/Cargo.toml index c94335f6..32bee506 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rnacos" -version = "0.5.7" +version = "0.5.8-beta.1" authors = ["heqingpan "] edition = "2018" license = "Apache-2.0" diff --git a/src/common/constant.rs b/src/common/constant.rs index fdb7b655..45bad0d9 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.7"; +pub const APP_VERSION: &str = "0.5.8-beta.1"; pub const EMPTY_STR: &str = "";