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 be63f9a commit 51f7965Copy full SHA for 51f7965
build.sh
@@ -7,10 +7,8 @@ set -o pipefail
7
cd "$(dirname "$0")"
8
DIR=$(pwd)
9
10
-# The latest required version of Wattsi. Update this and the fallback in
11
-# https://github.com/whatwg/wattsi/blob/master/src/build.sh if you change how ./build.sh invokes
12
-# Wattsi.
13
-WATTSI_LATEST=107
+# The latest required version of Wattsi. Update this if you change how ./build.sh invokes Wattsi.
+WATTSI_LATEST=108
14
15
# Shared state variables throughout this script
16
LOCAL_WATTSI=true
0 commit comments