We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 836c66e commit 1e2027dCopy full SHA for 1e2027d
.github/workflows/e2e.yaml
@@ -39,7 +39,7 @@ jobs:
39
if: contains(github.event.pull_request.labels.*.name, 'test/api7') || github.event_name == 'push'
40
strategy:
41
matrix:
42
- version: [3.2.13.0, 3.2.14.1]
+ version: [3.2.13.0, 3.2.14.2]
43
env:
44
BACKEND_API7_DOWNLOAD_URL: https://run.api7.ai/api7-ee/api7-ee-v${{ matrix.version }}.tar.gz
45
BACKEND_API7_LICENSE: ${{ secrets.BACKEND_API7_LICENSE }}
apps/cli/src/command/index.ts
@@ -16,7 +16,7 @@ export const setupCommands = (): Command => {
16
program
17
.configureHelp({ showGlobalOptions: true })
18
.passThroughOptions()
19
- .version('0.12.0');
+ .version('0.12.1');
20
21
22
.addCommand(PingCommand)
0 commit comments