Skip to content

Commit

Permalink
ci: bump version to 1.11 (#613)
Browse files Browse the repository at this point in the history
Co-authored-by: liuyu <>
  • Loading branch information
eball authored Nov 8, 2024
1 parent 56b5ed9 commit cb646ac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-daily.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build/installer/version.hint
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
upgrade:
minVersion: 1.10.0-0000000
minVersion: 1.11.0-0000000

0 comments on commit cb646ac

Please sign in to comment.