This is an automated email from the ASF dual-hosted git repository.
ranke pushed a commit to branch 2.7.x
in repository https://gitbox.apache.org/repos/asf/dubbo-spi-extensions.git
The following commit(s) were added to refs/heads/2.7.x by this push:
new 347b567 Upgrade version in readme (#31)
347b567 is described below
commit 347b5678834980e8f88c818c905bfa097dcd16f6
Author: 邪影oO <[email protected]>
AuthorDate: Mon May 10 16:14:51 2021 +0800
Upgrade version in readme (#31)
---
dubbo-api-docs/README.md | 2 +-
dubbo-api-docs/README_ch.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dubbo-api-docs/README.md b/dubbo-api-docs/README.md
index 381ae68..0e9dd25 100644
--- a/dubbo-api-docs/README.md
+++ b/dubbo-api-docs/README.md
@@ -25,7 +25,7 @@ Adding some annotations can generate a swagger like document
without turning a n
memory for caching. In the future, it will consider putting the
contents of the cache into the metadata
center
-### Current Version: 2.7.8.2
+### Current Version: 2.7.8.3
```
<dependency>
diff --git a/dubbo-api-docs/README_ch.md b/dubbo-api-docs/README_ch.md
index b3a406c..8275526 100644
--- a/dubbo-api-docs/README_ch.md
+++ b/dubbo-api-docs/README_ch.md
@@ -22,7 +22,7 @@ dubbo 接口文档、测试工具,根据注解生成文档,并提供测试功能
* 为避免增加生产环境中的资源占用, 建议单独创建一个配制类用于启用Dubbo Api Docs, 并配合 @Profile("dev")
注解使用
* 当然, Dubbo Api Docs 仅在项目启动时多消耗了点CPU资源, 并使用了一点点内存用于缓存,
将来会考虑将缓存中的内容放到元数据中心.
-### 当前版本: 2.7.8.2
+### 当前版本: 2.7.8.3
```
<dependency>