Skip to content

Commit

Permalink
feat: bump to 0.15.0 (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
bzp2010 authored Oct 23, 2024
1 parent aa946dd commit 9fb8200
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.14.0', '-v, --version', 'display ADC version');
.version('0.15.0', '-v, --version', 'display ADC version');

program
.addCommand(PingCommand)
Expand Down

0 comments on commit 9fb8200

Please sign in to comment.