Skip to content

Commit

Permalink
Fix version number
Browse files Browse the repository at this point in the history
  • Loading branch information
owen-sellner committed May 27, 2024
1 parent 1b5efc0 commit 63ff075
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cli/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const OPTIONS: OptionConfigs = {
id: "br",
description: "Branch of repository that will be cloned",
message:
"Which branch would you like the starter code to be cloned from? (default is main)",
"Which branch would you like the starter code to be cloned from? (default is release-v2)",
choices: [],
},
};
Expand Down Expand Up @@ -264,7 +264,7 @@ const promptOptions = async (
type: "output",
name: "branch",
message: OPTIONS.branch.message,
default: "main",
default: "release-v2",
});
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uwblueprint/create-bp-app",
"version": "1.0.25",
"version": "1.0.27",
"description": "Starter code generation CLI tool.",
"main": "index.js",
"bin": "bin/index.js",
Expand Down

0 comments on commit 63ff075

Please sign in to comment.