From 5883d345aeb980a542f7e15be8df3987b8ec28d6 Mon Sep 17 00:00:00 2001 From: "Michael[tm] Smith" Date: Thu, 20 Feb 2020 18:59:29 +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 77766cf..73ac773 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=83 +WATTSI_LATEST=84 # Shared state variables throughout this script LOCAL_WATTSI=true