1.2.0 -> 1.1.10

This commit is contained in:
rustdesk
2022-06-09 19:45:53 +08:00
parent 00afa50497
commit b88b4151bc
7 changed files with 9 additions and 8 deletions

View File

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