diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 3fc6dd32..06a9e592 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -156,7 +156,7 @@ jobs: - name: 'Test tag version' id: vars run: | - v=1.10.0-$(echo $RANDOM) + v=1.11.0-$(echo $RANDOM) echo "tag_version=$v" >> $GITHUB_OUTPUT - name: Package installer diff --git a/.github/workflows/release-daily.yaml b/.github/workflows/release-daily.yaml index e6b3e8b2..8d897f4a 100644 --- a/.github/workflows/release-daily.yaml +++ b/.github/workflows/release-daily.yaml @@ -76,7 +76,7 @@ jobs: - name: 'Daily tag version' id: vars run: | - v=1.10.0-$(date +"%Y%m%d") + v=1.11.0-$(date +"%Y%m%d") echo "tag_version=$v" >> $GITHUB_OUTPUT - name: 'Checkout source code' @@ -107,7 +107,7 @@ jobs: - name: 'Daily tag version' id: vars run: | - v=1.10.0-$(date +"%Y%m%d") + v=1.11.0-$(date +"%Y%m%d") echo "tag_version=$v" >> $GITHUB_OUTPUT echo "version_md5sum=$(curl -sSfL https://dc3p1870nn3cj.cloudfront.net/install-wizard-v${v}.md5sum.txt|awk '{print $1}')" >> $GITHUB_OUTPUT diff --git a/build/installer/version.hint b/build/installer/version.hint index 8bd74953..d7aab0b0 100644 --- a/build/installer/version.hint +++ b/build/installer/version.hint @@ -1,2 +1,2 @@ upgrade: - minVersion: 1.10.0-0000000 + minVersion: 1.11.0-0000000