Skip to content

Commit d0cbdbe

Browse files
committed
chore(cli): Bump CLI default SDK to alpha.37.
1 parent 207c7b4 commit d0cbdbe

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.changeset/smooth-years-jam.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@cartesi/cli": patch
3+
---
4+
5+
Bump CLI default SDK version from alpha.34 to alpha.37.

apps/cli/src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export class InvalidStringArrayError extends Error {
7373
*/
7474
const DEFAULT_FORMAT = "ext2";
7575
const DEFAULT_RAM = "128Mi";
76-
export const DEFAULT_SDK_VERSION = "0.12.0-alpha.34";
76+
export const DEFAULT_SDK_VERSION = "0.12.0-alpha.37";
7777
export const DEFAULT_SDK_IMAGE = "cartesi/sdk";
7878
export const PREFERRED_PORT = 6751;
7979

0 commit comments

Comments
 (0)