Skip to content

Commit

Permalink
fix: change default app version
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzgydi committed Dec 14, 2022
1 parent bfe4f08 commit 8385050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/src/utils/dirs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
Expand Down

0 comments on commit 8385050

Please sign in to comment.