Skip to content

Commit

Permalink
feat: bump to 0.12.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bzp2010 authored Jul 22, 2024
1 parent 1baddc1 commit 9c0ac1c
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.11.1');
.version('0.12.0-alpha.1');

program
.addCommand(PingCommand)
Expand Down

0 comments on commit 9c0ac1c

Please sign in to comment.