Skip to content

Commit

Permalink
upgrade version to v0.5.19
Browse files Browse the repository at this point in the history
  • Loading branch information
heqingpan committed Aug 5, 2024
1 parent 745ca49 commit 1fe8534
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.18"
version = "0.5.19"
authors = ["heqingpan <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
Expand Down Expand Up @@ -70,7 +70,7 @@ mime_guess = { version = "2" }
rusqlite = { version = "0.25", features = ["bundled"] }
rsql_builder = "0.1.5"
inner-mem-cache = "0.1.7"
rnacos-web-dist-wrap = "=0.3.16"
rnacos-web-dist-wrap = "=0.3.17"
nacos_rust_client = "0.2"
zip = "0.6"
tempfile = "3"
Expand Down
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.18";
pub const APP_VERSION: &str = "0.5.19";

pub const EMPTY_STR: &str = "";

Expand Down

0 comments on commit 1fe8534

Please sign in to comment.