From b5691897bdc963a0a0d38315aaaa85f3d566a2e5 Mon Sep 17 00:00:00 2001 From: Kasper Lund Date: Tue, 7 May 2024 10:19:01 +0200 Subject: [PATCH] Update to SDK v2.0.0-alpha.147 (#1031) --- .github/workflows/build.yml | 1 + Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ce2f232c..c0c4013a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,6 +27,7 @@ on: env: SUPPORTED_SDK_VERSIONS: | v2.0.0-alpha.146 + v2.0.0-alpha.147 jobs: build: diff --git a/Makefile b/Makefile index b838aa54..59de04fa 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ endif TOITRUN ?= toit.run$(EXE_SUFFIX) -LOCAL_DEV_SDK ?= v2.0.0-alpha.146 +LOCAL_DEV_SDK ?= v2.0.0-alpha.147 SETUP_LOCAL_DEV_SERVICE ?= v0.0.1 SUPABASE_DIRS := supabase_artemis public/supabase_broker