Skip to content

Commit 1abba82

Browse files
authored
feat: bump to 0.20.0 (#293)
1 parent 5b327c4 commit 1abba82

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
if: contains(github.event.pull_request.labels.*.name, 'test/api7') || github.event_name == 'push'
8787
strategy:
8888
matrix:
89-
version: [3.3.4, 3.4.2, 3.5.2, 3.6.0, 3.7.0]
89+
version: [3.3.4, 3.4.2, 3.5.2, 3.6.0, 3.7.8, 3.8.5]
9090
env:
9191
BACKEND_API7_VERSION: ${{ matrix.version }}
9292
BACKEND_API7_DOWNLOAD_URL: https://run.api7.ai/api7-ee/api7-ee-v${{ matrix.version }}.tar.gz

apps/cli/src/command/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { PingCommand } from './ping.command';
1212
import { SyncCommand } from './sync.command';
1313
import { configurePluralize } from './utils';
1414

15-
const versionCode = '0.19.1';
15+
const versionCode = '0.20.0';
1616

1717
// initialize dotenv
1818
dotenv.config();

libs/backend-api7/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@
1515
| 3.4.2 ||
1616
| 3.5.2 ||
1717
| 3.6.0 ||
18-
| 3.7.0 ||
18+
| 3.7.8 ||
19+
| 3.8.5 ||

0 commit comments

Comments
 (0)