Skip to content

Commit

Permalink
feat: bump to 0.16.1 (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
bzp2010 authored Nov 12, 2024
1 parent 7c65fdf commit c60fb96
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 @@ -17,7 +17,7 @@ export const setupCommands = (): Command => {
.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')
.configureHelp({ showGlobalOptions: true })
.passThroughOptions()
.version('0.16.0', '-v, --version', 'display ADC version');
.version('0.16.1', '-v, --version', 'display ADC version');

program
.addCommand(PingCommand)
Expand Down

0 comments on commit c60fb96

Please sign in to comment.