From 9fb8200d0cf546adb07cd9a512d9f1459c96c493 Mon Sep 17 00:00:00 2001 From: Zeping Bai Date: Wed, 23 Oct 2024 11:33:30 +0800 Subject: [PATCH] feat: bump to 0.15.0 (#201) --- 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 58225fcc..984186e1 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)