Skip to content

Commit

Permalink
Update to SDK v2.0.0-alpha.113. (#869)
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperl authored Oct 5, 2023
1 parent c8bfee8 commit e6806a9
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 @@ -28,7 +28,7 @@ on:

env:
SUPPORTED_SDK_VERSIONS: |
v2.0.0-alpha.112
v2.0.0-alpha.113
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.112
LOCAL_DEV_SDK ?= v2.0.0-alpha.113
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 e6806a9

Please sign in to comment.