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 committed Jul 27, 2024
1 parent e6d4018 commit 06c405a
Showing 1 changed file with 1 addition and 1 deletion.
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 06c405a

Please sign in to comment.