From 1a0d9c1bcfeeb6d06050e4038adbc9c7f7cba4fd Mon Sep 17 00:00:00 2001 From: Bruno Menezes Date: Tue, 24 Mar 2026 15:29:11 +0000 Subject: [PATCH] chore(cli): Bump CLI default SDK to alpha.38. --- .changeset/fresh-swans-attend.md | 5 +++++ apps/cli/src/config.ts | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/fresh-swans-attend.md diff --git a/.changeset/fresh-swans-attend.md b/.changeset/fresh-swans-attend.md new file mode 100644 index 00000000..8dfcacc8 --- /dev/null +++ b/.changeset/fresh-swans-attend.md @@ -0,0 +1,5 @@ +--- +"@cartesi/cli": patch +--- + +Bump CLI default SDK version from alpha.37 to alpha.38. diff --git a/apps/cli/src/config.ts b/apps/cli/src/config.ts index aaf6c8e9..3d365207 100644 --- a/apps/cli/src/config.ts +++ b/apps/cli/src/config.ts @@ -73,7 +73,7 @@ export class InvalidStringArrayError extends Error { */ const DEFAULT_FORMAT = "ext2"; const DEFAULT_RAM = "128Mi"; -export const DEFAULT_SDK_VERSION = "0.12.0-alpha.37"; +export const DEFAULT_SDK_VERSION = "0.12.0-alpha.38"; export const DEFAULT_SDK_IMAGE = "cartesi/sdk"; export const PREFERRED_PORT = 6751;