From 34cbd57e714f6b19f0961d82480891b3f3940944 Mon Sep 17 00:00:00 2001 From: rustdesk Date: Tue, 13 Jan 2026 10:20:40 +0800 Subject: [PATCH] bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- ui/setup.nsi | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bf7b850..8077c21 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1068,7 +1068,7 @@ dependencies = [ [[package]] name = "hbbs" -version = "1.1.14" +version = "1.1.15" dependencies = [ "async-speed-limit", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index ac0a63c..68ee6d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hbbs" -version = "1.1.14" +version = "1.1.15" authors = ["rustdesk "] edition = "2021" build = "build.rs" diff --git a/ui/setup.nsi b/ui/setup.nsi index fe58a1c..541320d 100644 --- a/ui/setup.nsi +++ b/ui/setup.nsi @@ -15,7 +15,7 @@ !define PRODUCT_NAME "rustdesk_server" !define PRODUCT_DESCRIPTION "Installer for ${PRODUCT_NAME}" !define COPYRIGHT "Copyright © 2021" -!define VERSION "1.1.14" +!define VERSION "1.1.15" VIProductVersion "${VERSION}.0" VIAddVersionKey "ProductName" "${PRODUCT_NAME}"