From 9cee3b9786b641b2841376d3671906223b0abb06 Mon Sep 17 00:00:00 2001 From: Kasper Lund Date: Tue, 5 Sep 2023 12:13:07 +0200 Subject: [PATCH] Update to SDK v2.0.0-alpha.99 --- .github/workflows/build.yml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3919b154..9127e94e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,7 @@ on: env: SUPPORTED_SDK_VERSIONS: | - v2.0.0-alpha.98 + v2.0.0-alpha.99 jobs: build: diff --git a/Makefile b/Makefile index 3508bcb4..b73dff27 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ TOITRUN ?= toit.run SHELL=bash .SHELLFLAGS += -e -LOCAL_DEV_SDK ?= v2.0.0-alpha.98 +LOCAL_DEV_SDK ?= v2.0.0-alpha.99 SETUP_LOCAL_DEV_SERVICE ?= v0.0.1 export ARTEMIS_CONFIG := $(HOME)/.config/artemis-dev/config