Skip to content

Commit

Permalink
Merge pull request #35 from iamando/develop
Browse files Browse the repository at this point in the history
feat: upadte cli version
  • Loading branch information
Ando authored Nov 17, 2023
2 parents 70dd595 + 0012054 commit a6f6f82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ if (import.meta.main) {
const { flags } = parseFlags(Deno.args)

if (flags.version) {
console.log('v0.1.0')
console.log('v0.1.6')
Deno.exit(1)
}

console.log(green('-'.repeat(50)))
console.log()
console.log('Cocli - v0.1.0 🌱🚀')
console.log('Cocli - v0.1.6 🌱🚀')
console.log('Press Ctrl/Cmd + C, type help for more info')
console.log()
console.log(green('-'.repeat(50)))
Expand Down

0 comments on commit a6f6f82

Please sign in to comment.