diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 9a3d948..c227484 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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: diff --git a/src/version.rs b/src/version.rs index 9bf6bcb..2f43520 100644 --- a/src/version.rs +++ b/src/version.rs @@ -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"; \ No newline at end of file