Skip to content
Snippets Groups Projects
Unverified Commit 83850508 authored by GyDi's avatar GyDi
Browse files

fix: change default app version

parent bfe4f082
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ static mut RESOURCE_DIR: Option<PathBuf> = None;
#[allow(unused)]
static mut PORTABLE_FLAG: bool = false;
pub static mut APP_VERSION: &str = "v1.1.2";
pub static mut APP_VERSION: &str = "v1.2.0";
/// initialize portable flag
#[cfg(target_os = "windows")]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment