We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5903d6 commit da730d5Copy full SHA for da730d5
.github/workflows/build.yml
@@ -209,7 +209,7 @@ jobs:
209
210
if [ -z "$version" ]; then
211
# Set default version for non-release builds
212
- version="17.6.0"
+ version="18.0.0"
213
fi
214
215
root_directory="$(pwd)"
scripts/release.sh
@@ -4,6 +4,7 @@ set -e
4
5
release="0"
6
all_versions=( \
7
+ "18.0" \
8
"17.6" "17.5" "17.4" "17.3" "17.2" "17.1" "17.0" \
9
"16.10" "16.9" "16.8" "16.7" "16.6" "16.5" "16.4" "16.3" "16.2" "16.1" "16.0" \
10
"15.14" "15.13" "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" \
0 commit comments