Skip to content

Commit

Permalink
更新版本号为0.5.5
Browse files Browse the repository at this point in the history
1. 简化控制台登录验证码 #54
2. 修复控制台使用nginx代理,退出后重新登陆跳转的页面路径不对的问题
  • Loading branch information
heqingpan committed Apr 13, 2024
1 parent fe97adc commit bc2d796
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.5.4"
version = "0.5.5"
authors = ["heqingpan <[email protected]>"]
edition = "2018"
license = "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,6 +1,6 @@
use std::sync::Arc;

pub const APP_VERSION: &str = "0.5.4";
pub const APP_VERSION: &str = "0.5.5";

pub const EMPTY_STR: &str = "";

Expand Down

0 comments on commit bc2d796

Please sign in to comment.