Skip to content

Commit

Permalink
bump to 1.1.10-2
Browse files Browse the repository at this point in the history
  • Loading branch information
rustdesk committed Jan 30, 2024
1 parent 2d8f6ae commit a7a0fa7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hbbs"
version = "1.1.9"
version = "1.1.10-2"
authors = ["rustdesk <[email protected]>"]
edition = "2021"
build = "build.rs"
Expand Down
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
rustdesk-server (1.1.10) UNRELEASED; urgency=medium
rustdesk-server (1.1.10-2) UNRELEASED; urgency=medium

* fix hangup signal exit when run with nohup
* some minors
Expand Down
2 changes: 1 addition & 1 deletion ui/setup.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
!define PRODUCT_NAME "rustdesk_server"
!define PRODUCT_DESCRIPTION "Installer for ${PRODUCT_NAME}"
!define COPYRIGHT "Copyright © 2021"
!define VERSION "1.1.8"
!define VERSION "1.1.10"

VIProductVersion "${VERSION}.0"
VIAddVersionKey "ProductName" "${PRODUCT_NAME}"
Expand Down

0 comments on commit a7a0fa7

Please sign in to comment.