Skip to content

Commit 9fb8200

Browse files
authored
feat: bump to 0.15.0 (#201)
1 parent aa946dd commit 9fb8200

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
@@ -17,7 +17,7 @@ export const setupCommands = (): Command => {
1717
.description('API Declarative CLI (ADC) is a utility to manage API7 Enterprise and Apache APISIX declaratively.\n\nLearn more at: https://docs.api7.ai/enterprise/reference/adc')
1818
.configureHelp({ showGlobalOptions: true })
1919
.passThroughOptions()
20-
.version('0.14.0', '-v, --version', 'display ADC version');
20+
.version('0.15.0', '-v, --version', 'display ADC version');
2121

2222
program
2323
.addCommand(PingCommand)

0 commit comments

Comments
 (0)