Skip to content

Commit

Permalink
fix(cli): update default template branch from sdk-0.6 to sdk-0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Emmo00 authored and tuler committed Jul 27, 2024
1 parent e6d4018 commit d796cd2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/orange-trees-approve.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@cartesi/cli": patch
---

Update SDK version for project scaffold from 0.6 to 0.9
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.6";
export const DEFAULT_TEMPLATES_BRANCH = "sdk-0.9";

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

0 comments on commit d796cd2

Please sign in to comment.