Skip to content

Commit 51f7965

Browse files
committed
Update required Wattsi version
This was missed in be63f9a.
1 parent be63f9a commit 51f7965

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

build.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,8 @@ set -o pipefail
77
cd "$(dirname "$0")"
88
DIR=$(pwd)
99

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
10+
# The latest required version of Wattsi. Update this if you change how ./build.sh invokes Wattsi.
11+
WATTSI_LATEST=108
1412

1513
# Shared state variables throughout this script
1614
LOCAL_WATTSI=true

0 commit comments

Comments
 (0)