We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9631e2a commit cb12f9dCopy full SHA for cb12f9d
.changeset/old-chairs-enjoy.md
@@ -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
@@ -73,7 +73,7 @@ export class InvalidStringArrayError extends Error {
73
*/
74
const DEFAULT_FORMAT = "ext2";
75
const DEFAULT_RAM = "128Mi";
76
-export const DEFAULT_SDK_VERSION = "0.12.0-alpha.23";
+export const DEFAULT_SDK_VERSION = "0.12.0-alpha.24";
77
export const DEFAULT_SDK_IMAGE = "cartesi/sdk";
78
export const PREFERRED_PORT = 6751;
79
0 commit comments