mirror of
https://github.com/rustdesk/rustdesk-server.git
synced 2024-11-24 04:12:34 +08:00
update version
This commit is contained in:
parent
3ca4035d0c
commit
46a7c025a0
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -331,7 +331,7 @@ jobs:
|
||||
|
||||
name: debian package - ${{ matrix.job.name }}
|
||||
needs: build
|
||||
runs-on: ubuntu-18.04
|
||||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
@ -1,3 +1,3 @@
|
||||
pub const VERSION: &str = "1.1.6";
|
||||
pub const VERSION: &str = "1.1.7";
|
||||
#[allow(dead_code)]
|
||||
pub const BUILD_DATE: &str = "2023-01-07 11:59";
|
||||
pub const BUILD_DATE: &str = "2023-01-10 22:43";
|
Loading…
Reference in New Issue
Block a user