Skip to content

Commit

Permalink
feat(cli): bump default sdk in create to 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tuler committed Apr 30, 2024
1 parent 9e21c32 commit 9b527cc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/warm-ravens-reply.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@cartesi/cli": minor
---

bump default sdk in create to 0.6
2 changes: 1 addition & 1 deletion apps/cli/src/commands/create.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { DownloadTemplateResult, downloadTemplate } from "giget";
import ora from "ora";
import { BaseCommand } from "../baseCommand.js";

export const DEFAULT_TEMPLATES_BRANCH = "sdk-0.4";
export const DEFAULT_TEMPLATES_BRANCH = "sdk-0.6";

export default class CreateCommand extends BaseCommand<typeof CreateCommand> {
static description = "Create application";
Expand Down

0 comments on commit 9b527cc

Please sign in to comment.