Skip to content

Commit

Permalink
Update apps/cli/src/commands/build.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Enderson Maia <[email protected]>
  • Loading branch information
stskeeps and endersonmaia authored May 14, 2024
1 parent 0f4903b commit 30de83f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/cli/src/commands/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const CARTESI_DEFAULT_RAM_SIZE = "128Mi";

const CARTESI_LABEL_SDK_VERSION = `${CARTESI_LABEL_PREFIX}.sdk_version`;
const CARTESI_LABEL_SDK_NAME = `${CARTESI_LABEL_PREFIX}.sdk_name`;
const CARTESI_DEFAULT_SDK_VERSION = "0.7.0";
const CARTESI_DEFAULT_SDK_VERSION = "0.6.2";

export default class BuildApplication extends BaseCommand<
typeof BuildApplication
Expand Down

0 comments on commit 30de83f

Please sign in to comment.