Skip to content

Commit b9a5be1

Browse files
authored
i#7798: Release 11.91 fix (#7807)
PR #7799 missed increasing the minor version to 91 for creating a new release, causing the weekly GitHub CI to fail. Increasing here. Issue #7798
1 parent 2c4f7be commit b9a5be1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ jobs:
366366
# XXX: See x86 job comments on sharing the default ver# with CMakeLists.txt.
367367
run: |
368368
if test -z "${{ github.event.inputs.version }}"; then
369-
export VERSION_NUMBER="11.90.$((`git log -n 1 --format=%ct` / (60*60*24)))"
369+
export VERSION_NUMBER="11.91.$((`git log -n 1 --format=%ct` / (60*60*24)))"
370370
export PREFIX="cronbuild-"
371371
else
372372
export VERSION_NUMBER=${{ github.event.inputs.version }}

0 commit comments

Comments
 (0)