Skip to content

Commit 51398b1

Browse files
authored
feat: bump to 0.16.2 (#210)
1 parent 502aa7a commit 51398b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/cli/src/command/index.ts

+1-1
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.16.1', '-v, --version', 'display ADC version');
20+
.version('0.16.2', '-v, --version', 'display ADC version');
2121

2222
program
2323
.addCommand(PingCommand)

0 commit comments

Comments
 (0)