Skip to content

Commit

Permalink
feat: bump to 0.12.0 (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
bzp2010 authored Jul 24, 2024
1 parent 595aa63 commit 114fabb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/cli/src/command/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const setupCommands = (): Command => {
program
.configureHelp({ showGlobalOptions: true })
.passThroughOptions()
.version('0.12.0-alpha.1');
.version('0.12.0');

program
.addCommand(PingCommand)
Expand Down

0 comments on commit 114fabb

Please sign in to comment.