diff --git a/build.sh b/build.sh index ea53642..312a08e 100644 --- a/build.sh +++ b/build.sh @@ -1,7 +1,7 @@ #!/bin/bash # this script is intended to be run in MSYS2 CLANG64 -VERSION="5.15.2" +VERSION="5.16.0-rc1" BOLD="\x1b[1m" GREEN="\x1b[32m"