From d935f22099fd5ba8182d6721f1f95e2b02ed0cce Mon Sep 17 00:00:00 2001 From: Kasper Lund Date: Fri, 8 Dec 2023 11:45:26 +0100 Subject: [PATCH] Update to SDK v2.0.0-alpha.125. --- .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 07e22afd..df1cde69 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,7 @@ on: env: SUPPORTED_SDK_VERSIONS: | - v2.0.0-alpha.123 + v2.0.0-alpha.125 jobs: build: diff --git a/Makefile b/Makefile index 4701bdaf..f2cbc894 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ SHELL=bash TOITRUN ?= toit.run -LOCAL_DEV_SDK ?= v2.0.0-alpha.123 +LOCAL_DEV_SDK ?= v2.0.0-alpha.125 SETUP_LOCAL_DEV_SERVICE ?= v0.0.1 # If the 'DEV_TOIT_REPO_PATH' variable is set, use the toit.run in its bin