Skip to content

Commit

Permalink
ci: bump to 1.7.0 (#173)
Browse files Browse the repository at this point in the history
Co-authored-by: liuyu <>
  • Loading branch information
eball authored Jul 2, 2024
1 parent d976f1c commit 61923d5
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 @@ -76,7 +76,7 @@ jobs:
- name: 'Test tag version'
id: vars
run: |
v=1.6.0-$(echo $RANDOM)
v=1.7.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 @@ -26,7 +26,7 @@ jobs:
- name: 'Daily tag version'
id: vars
run: |
v=1.6.0-$(date +"%Y%m%d")
v=1.7.0-$(date +"%Y%m%d")
echo "tag_version=$v" >> $GITHUB_OUTPUT
echo "latest_version=1.4.4" >> $GITHUB_OUTPUT
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
- name: 'Daily tag version'
id: vars
run: |
v=1.6.0-$(date +"%Y%m%d")
v=1.7.0-$(date +"%Y%m%d")
echo "tag_version=$v" >> $GITHUB_OUTPUT
echo "latest_version=1.4.4" >> $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.6.0-20240617
minVersion: 1.7.0-0000000

0 comments on commit 61923d5

Please sign in to comment.