Skip to content

Commit

Permalink
fix: create-app version
Browse files Browse the repository at this point in the history
  • Loading branch information
julcasans committed Jun 3, 2024
1 parent 030e222 commit 26dfe10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-app/src/app/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import chalk from 'chalk';
import fs from 'fs';

const version = JSON.parse(fs.readFileSync(`./../../package.json`, 'utf8')).version;
const version = '1.0.0';

const R = chalk.rgb(226, 104, 102).bold;
const B = chalk.rgb(16, 33, 167).bold;
Expand Down

0 comments on commit 26dfe10

Please sign in to comment.