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.
2 parents 025a6fc + d02acff commit 6e14c7fCopy full SHA for 6e14c7f
utils/build-toolchain
@@ -123,7 +123,7 @@ set -x
123
YEAR=$(date +"%Y")
124
MONTH=$(date +"%m")
125
DAY=$(date +"%d")
126
-TOOLCHAIN_VERSION="5.0.${YEAR}${MONTH}${DAY}"
+TOOLCHAIN_VERSION="5.8.${YEAR}${MONTH}${DAY}"
127
TOOLCHAIN_NAME="swift-LOCAL-${YEAR}-${MONTH}-${DAY}-a"
128
DARWIN_TOOLCHAIN_VERSION="0.0.${YEAR}${MONTH}${DAY}"
129
ARCHIVE="${TOOLCHAIN_NAME}-${OS_SUFFIX}.tar.gz"
0 commit comments