From e129a136e1d557101a9a07c93d3de2e86b331b6f Mon Sep 17 00:00:00 2001 From: "Michael[tm] Smith" Date: Tue, 17 Mar 2020 12:48:47 +0900 Subject: [PATCH] Meta: bump wattsi version --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index f9273e7..37a4926 100755 --- a/build.sh +++ b/build.sh @@ -10,7 +10,7 @@ DIR=$(pwd) # The latest required version of Wattsi. Update this and the fallback in # https://github.com/whatwg/wattsi/blob/master/src/build.sh if you change how ./build.sh invokes # Wattsi. -WATTSI_LATEST=85 +WATTSI_LATEST=88 # Shared state variables throughout this script LOCAL_WATTSI=true