Skip to content

Commit

Permalink
feat: bump to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bzp2010 authored May 22, 2024
1 parent 94a4268 commit a6f6b52
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.9.0-beta.1');
.version('0.9.0');

program
.addCommand(PingCommand)
Expand Down

0 comments on commit a6f6b52

Please sign in to comment.