Skip to content

Commit b1d9a11

Browse files
committed
feat: update release versions
1 parent 2fc131a commit b1d9a11

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ jobs:
209209
210210
if [ -z "$version" ]; then
211211
# Set default version for non-release builds
212-
version="17.1.0"
212+
version="17.4.0"
213213
fi
214214
215215
root_directory="$(pwd)"

scripts/release.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ set -e
44

55
release="0"
66
all_versions=( \
7-
"17.3" "17.2" "17.1" "17.0" \
8-
"16.7" "16.6" "16.5" "16.4" "16.3" "16.2" "16.1" "16.0" \
9-
"15.11" "15.10" "15.9" "15.8" "15.7" "15.6" "15.5" "15.4" "15.3" "15.2" "15.1" "15.0" \
10-
"14.16" "14.15" "14.14" "14.13" "14.12" "14.11" "14.10" "14.9" "14.8" "14.7" "14.6" "14.5" "14.4" "14.3" "14.2" "14.1" "14.0" \
11-
"13.19" "13.18" "13.17" "13.16" "13.15" "13.14" "13.13" "13.12" "13.11" "13.10" "13.9" "13.8" "13.7" "13.6" "13.5" "13.4" "13.3" "13.2" "13.1" "13.0" \
7+
"17.4" "17.3" "17.2" "17.1" "17.0" \
8+
"16.8" "16.7" "16.6" "16.5" "16.4" "16.3" "16.2" "16.1" "16.0" \
9+
"15.12" "15.11" "15.10" "15.9" "15.8" "15.7" "15.6" "15.5" "15.4" "15.3" "15.2" "15.1" "15.0" \
10+
"14.17" "14.16" "14.15" "14.14" "14.13" "14.12" "14.11" "14.10" "14.9" "14.8" "14.7" "14.6" "14.5" "14.4" "14.3" "14.2" "14.1" "14.0" \
11+
"13.20" "13.19" "13.18" "13.17" "13.16" "13.15" "13.14" "13.13" "13.12" "13.11" "13.10" "13.9" "13.8" "13.7" "13.6" "13.5" "13.4" "13.3" "13.2" "13.1" "13.0" \
1212
)
1313
release_notes="release_notes.md"
1414

0 commit comments

Comments
 (0)