Skip to content

Commit b9e5968

Browse files
committed
1.1.13
1 parent 7a509f6 commit b9e5968

File tree

5 files changed

+6
-3
lines changed

5 files changed

+6
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hbbs"
3-
version = "1.1.12"
3+
version = "1.1.13"
44
authors = ["rustdesk <[email protected]>"]
55
edition = "2021"
66
build = "build.rs"

db_v2.sqlite3

0 Bytes
Binary file not shown.

debian/changelog

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
rustdesk-server (1.1.13) UNRELEASED; urgency=medium
2+
* Version check and refactor hbb_common to share with rustdesk client
3+
14
rustdesk-server (1.1.12) UNRELEASED; urgency=medium
25
* WS real ip
36
* Bump s6-overlay to v3.2.0.0 and fix env warnings

ui/setup.nsi

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
!define PRODUCT_NAME "rustdesk_server"
1616
!define PRODUCT_DESCRIPTION "Installer for ${PRODUCT_NAME}"
1717
!define COPYRIGHT "Copyright © 2021"
18-
!define VERSION "1.1.12"
18+
!define VERSION "1.1.13"
1919

2020
VIProductVersion "${VERSION}.0"
2121
VIAddVersionKey "ProductName" "${PRODUCT_NAME}"

0 commit comments

Comments
 (0)