Skip to content

Commit

Permalink
chore: update brisa version inside create-brisa-app
Browse files Browse the repository at this point in the history
  • Loading branch information
aralroca committed Jan 2, 2024
1 parent 55e35ec commit 75a3328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/create-brisa-app/create-brisa-app.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ rl.question("Enter project name: ", (PROJECT_NAME) => {
fs.mkdirSync(PROJECT_NAME);
process.chdir(PROJECT_NAME);

const BRISA_VERSION = "0.0.13";
const BRISA_VERSION = "0.0.14";

console.log("\n🛠️ Installing brisa...\n");

Expand Down

0 comments on commit 75a3328

Please sign in to comment.