Skip to content

Commit 05f5228

Browse files
committed
chore(cli): bump to cartesi/sdk:0.12.0-alpha.23
1 parent 1bf8614 commit 05f5228

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.changeset/cool-flies-fall.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.23

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const TEST_SDK = "cartesi/sdk:0.12.0-alpha.20";
1+
export const TEST_SDK = "cartesi/sdk:0.12.0-alpha.23";

0 commit comments

Comments
 (0)