refactor: change version to 1.2.0

This commit is contained in:
Kingtous 2022-04-28 21:56:09 +08:00
parent 4975c9b54d
commit cdecb3589a
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -3954,7 +3954,7 @@ dependencies = [
[[package]]
name = "rustdesk"
version = "1.1.9"
version = "1.2.0"
dependencies = [
"android_logger 0.11.0",
"arboard",

View File

@ -1,6 +1,6 @@
[package]
name = "rustdesk"
version = "1.1.9"
version = "1.2.0"
authors = ["rustdesk <info@rustdesk.com>"]
edition = "2021"
build= "build.rs"

View File

@ -192,7 +192,7 @@ pub fn is_file_exists(file_path: &str) -> bool {
}
pub fn can_enable_overwrite_detection(version: i64) -> bool {
version >= get_version_number("1.1.9")
version >= get_version_number("1.2.0")
}
#[derive(Default)]