From 42513c4a8ff166248977e9cfc98ae882d08a66b6 Mon Sep 17 00:00:00 2001 From: tianzijian Date: Tue, 28 May 2024 18:16:24 +0800 Subject: [PATCH] =?UTF-8?q?fix(mdb):=20release=20=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- product/en/docs-mdb/v2.0/install.md | 2 +- product/en/docs-mdb/v2.0/releases/release-1.0.md | 2 +- product/zh/docs-mdb/v2.0/install.md | 2 +- product/zh/docs-mdb/v2.0/releases/release-1.0.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/product/en/docs-mdb/v2.0/install.md b/product/en/docs-mdb/v2.0/install.md index 8e3ed310..3a1bcb1f 100644 --- a/product/en/docs-mdb/v2.0/install.md +++ b/product/en/docs-mdb/v2.0/install.md @@ -246,7 +246,7 @@ The output is as follows: Apply for a license. ```shell - ./mdb generate-licence test@enmotech.com #test@enmotech.com is a email address for receiving the license file which needs to be uploaded to the server. + ./mdb generate-license test@enmotech.com #test@enmotech.com is a email address for receiving the license file which needs to be uploaded to the server. ``` The output is as follows: diff --git a/product/en/docs-mdb/v2.0/releases/release-1.0.md b/product/en/docs-mdb/v2.0/releases/release-1.0.md index 95b5017d..a9a253b9 100644 --- a/product/en/docs-mdb/v2.0/releases/release-1.0.md +++ b/product/en/docs-mdb/v2.0/releases/release-1.0.md @@ -7,7 +7,7 @@ date: 2023-01-13 # Release Note -## v1.11.3(2024.03.29) +## v1.11.3(2024.05.21) ### Bug Fixes diff --git a/product/zh/docs-mdb/v2.0/install.md b/product/zh/docs-mdb/v2.0/install.md index 41449c92..27f0bb2d 100644 --- a/product/zh/docs-mdb/v2.0/install.md +++ b/product/zh/docs-mdb/v2.0/install.md @@ -246,7 +246,7 @@ pwd # 确保已经位于 mdb_v1.0.0.RELEASE_linux_x86_64 目录中 执行申请license命令: ```shell - ./mdb generate-licence test@enmotech.com #test@enmotech.com 是接收license文件的邮箱,需要上传license文件到服务器 + ./mdb generate-license test@enmotech.com #test@enmotech.com 是接收license文件的邮箱,需要上传license文件到服务器 ``` 正常执行结果如下: diff --git a/product/zh/docs-mdb/v2.0/releases/release-1.0.md b/product/zh/docs-mdb/v2.0/releases/release-1.0.md index ae858354..c763bd76 100644 --- a/product/zh/docs-mdb/v2.0/releases/release-1.0.md +++ b/product/zh/docs-mdb/v2.0/releases/release-1.0.md @@ -7,7 +7,7 @@ date: 2023-01-13 # 发布记录 -## v1.11.3(2024.03.29) +## v1.11.3(2024.05.21) ### Bug Fixes -- Gitee