Skip to content

Commit 03c8bb2

Browse files
committed
Require Wattsi version >=140
This incorporates fixes to the <ref> processing.
1 parent b6d5e10 commit 03c8bb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ DIR=$(pwd)
1010
# The latest required version of Wattsi. Update this if you change how ./build.sh invokes Wattsi;
1111
# it will cause a warning if Wattsi's self-reported version is lower. Note that there's no need to
1212
# update this on every revision of Wattsi; only do so when a warning is justified.
13-
WATTSI_LATEST=137
13+
WATTSI_LATEST=140
1414

1515
# Shared state variables throughout this script
1616
LOCAL_WATTSI=true

0 commit comments

Comments
 (0)