From d285a5ca643886bf29bea9f38f9e56710c322011 Mon Sep 17 00:00:00 2001 From: Zeping Bai Date: Tue, 22 Oct 2024 18:01:59 +0800 Subject: [PATCH] feat: bump to 0.15.0 --- 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 58225fc..984186e 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.14.0', '-v, --version', 'display ADC version'); + .version('0.15.0', '-v, --version', 'display ADC version'); program .addCommand(PingCommand)