Skip to content

Commit

Permalink
Update to SDK v2.0.0-alpha.141. (#991)
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperl authored Feb 29, 2024
1 parent c415cb2 commit f1f0509
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ on:
env:
SUPPORTED_SDK_VERSIONS: |
v2.0.0-alpha.139
v2.0.0-alpha.140
v2.0.0-alpha.141
jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ endif

TOITRUN ?= toit.run$(EXE_SUFFIX)

LOCAL_DEV_SDK ?= v2.0.0-alpha.140
LOCAL_DEV_SDK ?= v2.0.0-alpha.141
SETUP_LOCAL_DEV_SERVICE ?= v0.0.1

# If the 'DEV_TOIT_REPO_PATH' variable is set, use the toit.run in its bin
Expand Down

0 comments on commit f1f0509

Please sign in to comment.