Skip to content

Commit cb12f9d

Browse files
committed
chore(cli): bump to cartesi/sdk:0.12.0-alpha.24
1 parent 9631e2a commit cb12f9d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/old-chairs-enjoy.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 to cartesi/sdk:0.12.0-alpha.24

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

0 commit comments

Comments
 (0)