Skip to content

Commit

Permalink
upgrade version to v0.6.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
heqingpan committed Sep 27, 2024
1 parent fa629db commit fa2b93c
Showing 1 changed file with 1 addition and 1 deletion.
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.23";
pub const APP_VERSION: &str = "0.6.0-beta";

pub const EMPTY_STR: &str = "";

Expand Down

0 comments on commit fa2b93c

Please sign in to comment.