Skip to content

Commit 7b7377c

Browse files
committed
feat(cli): Bump cartesi SDK to version 0.12.0-alpha.39
1 parent dbaa77d commit 7b7377c

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.changeset/rude-mirrors-travel.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 cartesi SDK to version 0.12.0-alpha.39. It includes the new rollups-node 2.0.0-alpha.11

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.38";
76+
export const DEFAULT_SDK_VERSION = "0.12.0-alpha.39";
7777
export const DEFAULT_SDK_IMAGE = "cartesi/sdk";
7878
export const PREFERRED_PORT = 6751;
7979

0 commit comments

Comments
 (0)