Skip to content

Commit

Permalink
Update to SDK v2.0.0-alpha.129 (#928)
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperl authored Jan 22, 2024
1 parent 2c98c56 commit 3020cc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ on:
env:
SUPPORTED_SDK_VERSIONS: |
v2.0.0-alpha.125
v2.0.0-alpha.129
jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SHELL=bash

TOITRUN ?= toit.run

LOCAL_DEV_SDK ?= v2.0.0-alpha.125
LOCAL_DEV_SDK ?= v2.0.0-alpha.129
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 3020cc1

Please sign in to comment.