Skip to content

Commit 5589d4f

Browse files
committed
bump to cartesi/sdk:0.12.0-alpha.25
1 parent ace7c7c commit 5589d4f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/poor-donkeys-accept.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.25

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

0 commit comments

Comments
 (0)