mirror of
https://github.com/rustdesk/rustdesk-server.git
synced 2026-02-16 02:20:41 +00:00
update version
This commit is contained in:
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";
|
||||
Reference in New Issue
Block a user