Skip to content

Commit

Permalink
upgrade version to v0.5.14
Browse files Browse the repository at this point in the history
  • Loading branch information
heqingpan committed Jun 30, 2024
1 parent 3567342 commit 5be04bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rnacos"
version = "0.5.13"
version = "0.5.14"
authors = ["heqingpan <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
Expand Down Expand Up @@ -123,4 +123,4 @@ features = [
[profile.release]
#opt-level = 3
#strip = true
#lto = true
#lto = true
2 changes: 1 addition & 1 deletion src/common/constant.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use std::sync::Arc;

pub const APP_VERSION: &str = "0.5.13";
pub const APP_VERSION: &str = "0.5.14";

pub const EMPTY_STR: &str = "";

Expand Down

0 comments on commit 5be04bf

Please sign in to comment.