Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: bump version to 1.11 #613

Merged
merged 1 commit into from
Nov 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading