From 5b9c90809cefdfe5f37113399d12cd13aaea45ec Mon Sep 17 00:00:00 2001 From: EmPablo <86248750+EmPablo@users.noreply.github.com> Date: Sat, 26 Jun 2021 11:43:38 +0800 Subject: [PATCH] Update to the current release version number. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5ad789a7e..58d9d5c05 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustdesk" -version = "1.1.2" +version = "1.1.6" authors = ["rustdesk "] edition = "2018" build= "build.rs"