Skip to content

Commit

Permalink
Merge pull request #69 from AthennaIO/develop
Browse files Browse the repository at this point in the history
chore(cli): set cli version in main file
  • Loading branch information
jlenon7 authored Apr 1, 2023
2 parents 3bc3bc8 + 48dc7bf commit 2e3ce01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions bin/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ const ignite = await new Ignite().load(import.meta.url, {
athennaRcPath: './.athennarc.prod.json',
})

Config.set('app.version', `Athenna CLI v${process.env.APP_VERSION}`)

await ignite.artisan(process.argv, { displayName: 'Athenna' })
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@athenna/cli",
"version": "3.1.2",
"version": "3.1.3",
"description": "Athenna CLI to create new Athenna projects.",
"license": "MIT",
"author": "João Lenon <[email protected]>",
Expand Down

0 comments on commit 2e3ce01

Please sign in to comment.