From aec0ec11b45a2593801aae6d99155f489c1bea60 Mon Sep 17 00:00:00 2001 From: arm64v8a <48624112+arm64v8a@users.noreply.github.com> Date: Sun, 30 Oct 2022 19:26:43 +0900 Subject: [PATCH] update version --- .github/workflows/build-qv2ray-cmake.yml | 2 +- nekoray_version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-qv2ray-cmake.yml b/.github/workflows/build-qv2ray-cmake.yml index 4100e91..4b19832 100644 --- a/.github/workflows/build-qv2ray-cmake.yml +++ b/.github/workflows/build-qv2ray-cmake.yml @@ -30,7 +30,7 @@ jobs: uses: actions/cache@v3 with: path: artifacts.tgz - key: CommonCache-${{ matrix.cross_os }}-${{ matrix.cross_arch }}-${{ hashFiles('libs/*.sh', 'go_status') }} + key: CommonCache-${{ matrix.cross_os }}-${{ matrix.cross_arch }}-${{ hashFiles('libs/*.sh', 'go_status', '*.txt') }} - name: Install Golang if: steps.cache-common.outputs.cache-hit != 'true' uses: actions/setup-go@v3 diff --git a/nekoray_version.txt b/nekoray_version.txt index df611cc..d26119a 100644 --- a/nekoray_version.txt +++ b/nekoray_version.txt @@ -1 +1 @@ -2.1-2022-10-22 +2.2-2022-10-30