Skip to content

Commit

Permalink
update version to 0.4.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
heqingpan committed Dec 17, 2023
1 parent 9411fb5 commit c2578ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rnacos"
version = "0.4.0-beta.1"
version = "0.4.0-beta.2"
authors = ["heqingpan <heqingpan@126.com>"]
edition = "2018"
license = "MIT/Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/common/constant.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pub const APP_VERSION: &'static str = "0.4.0-beta.1";
pub const APP_VERSION: &'static str = "0.4.0-beta.2";

pub const EMPTY_STR: &'static str = "";

Expand Down

0 comments on commit c2578ff

Please sign in to comment.