This is an automated email from the ASF dual-hosted git repository.

liudongkai pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new 4f0a02eb43 [chore] update by release version (#10742)
4f0a02eb43 is described below

commit 4f0a02eb43b3cb40baeed5b702705285ba0f1004
Author: Devosend <[email protected]>
AuthorDate: Mon Jul 4 10:05:29 2022 +0800

    [chore] update by release version (#10742)
    
    * update 3.0.0-beta-2 doc
    
    * update history-versions doc
---
 .github/ISSUE_TEMPLATE/bug-report.yml | 2 +-
 docs/configs/site.js                  | 4 ++--
 docs/docs/en/history-versions.md      | 4 ++--
 docs/docs/zh/history-versions.md      | 4 ++--
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml 
b/.github/ISSUE_TEMPLATE/bug-report.yml
index 7b0ebc30e3..d9aa107fde 100644
--- a/.github/ISSUE_TEMPLATE/bug-report.yml
+++ b/.github/ISSUE_TEMPLATE/bug-report.yml
@@ -99,7 +99,7 @@ body:
         Which version of Apache DolphinScheduler are you running? We only 
accept bugs report from the LTS projects.
       options:
         - dev
-        - 3.0.0-beta-1
+        - 3.0.0-beta-2
         - 2.0.5
         - 2.0.3
         - 1.3.9
diff --git a/docs/configs/site.js b/docs/configs/site.js
index 594c93e529..94ba59d063 100644
--- a/docs/configs/site.js
+++ b/docs/configs/site.js
@@ -45,7 +45,7 @@ export default {
         children: [
           {
             key: 'docs0',
-            text: 'latest(3.0.0-beta-1)',
+            text: 'latest(3.0.0-beta-2)',
             link: '/en-us/docs/latest/user_doc/about/introduction.html',
           },
           {
@@ -221,7 +221,7 @@ export default {
         children: [
           {
             key: 'docs0',
-            text: '最新版本latest(3.0.0-beta-1)',
+            text: '最新版本latest(3.0.0-beta-2)',
             link: '/zh-cn/docs/latest/user_doc/about/introduction.html',
           },
           {
diff --git a/docs/docs/en/history-versions.md b/docs/docs/en/history-versions.md
index 85d8445b20..ee7fbef7db 100644
--- a/docs/docs/en/history-versions.md
+++ b/docs/docs/en/history-versions.md
@@ -4,9 +4,9 @@
 
 #### Setup instructions,  are available for each stable version of Apache 
DolphinScheduler below:
 
-### Versions: 3.0.0-alpha
+### Versions: 3.0.0-beta-2
 
-#### Links: [3.0.0-alpha Document](../3.0.0/user_doc/about/introduction.md)
+#### Links: [3.0.0-beta-2 Document](../3.0.0/user_doc/about/introduction.md)
 
 ### Versions: 2.0.5
 
diff --git a/docs/docs/zh/history-versions.md b/docs/docs/zh/history-versions.md
index 64f7b4ca8f..c7202bf710 100644
--- a/docs/docs/zh/history-versions.md
+++ b/docs/docs/zh/history-versions.md
@@ -3,9 +3,9 @@
 # 历史版本:
 #### 以下是Apache DolphinScheduler每个稳定版本的设置说明。
 
-### Versions: 3.0.0-alpha
+### Versions: 3.0.0-beta-2
 
-#### Links: [3.0.0-alpha 文档](../3.0.0/user_doc/about/introduction.md)
+#### Links: [3.0.0-beta-2 文档](../3.0.0/user_doc/about/introduction.md)
 
 ### 版本:2.0.5
 

Reply via email to