From 50992c0f5eb0dc7b5450c561d0dc3ce0d2b5d3c2 Mon Sep 17 00:00:00 2001 From: Zeping Bai Date: Mon, 16 Sep 2024 02:46:25 +0800 Subject: [PATCH] feat: bump to 0.14.0 (#186) --- apps/cli/src/command/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/cli/src/command/index.ts b/apps/cli/src/command/index.ts index 75b84ce..58225fc 100644 --- a/apps/cli/src/command/index.ts +++ b/apps/cli/src/command/index.ts @@ -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.13.0', '-v, --version', 'display ADC version'); + .version('0.14.0', '-v, --version', 'display ADC version'); program .addCommand(PingCommand)