Skip to content

Commit 114fabb

Browse files
authored
feat: bump to 0.12.0 (#160)
1 parent 595aa63 commit 114fabb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/cli/src/command/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export const setupCommands = (): Command => {
1616
program
1717
.configureHelp({ showGlobalOptions: true })
1818
.passThroughOptions()
19-
.version('0.12.0-alpha.1');
19+
.version('0.12.0');
2020

2121
program
2222
.addCommand(PingCommand)

0 commit comments

Comments
 (0)