diff --git a/README-CN.md b/README-CN.md
index 28d99963..1151c0eb 100644
--- a/README-CN.md
+++ b/README-CN.md
@@ -76,7 +76,7 @@ obdiag 期望构建一个开放的社区,我们欢迎任何形式的贡献,
|1.6.0| 2024.01|2024.01.31|
|
|2.0.0|2024.03| 2024.04.11|- context改造,场景化扩展能力增强
- 支持在线更新巡检、采集的task
- 根因分析二期
|
|2.1.0|2024.04| 2024.05.13||
-|2.2.0|2024.05| - ||
+|2.2.0|2024.05| 2024.06.14 ||
|2.3.0|2024.06| - ||
|2.4.0|2024.07| - ||
|2.5.0|2024.08| - ||
diff --git a/README.md b/README.md
index 3f7cb2e0..c4757d0e 100644
--- a/README.md
+++ b/README.md
@@ -80,7 +80,7 @@ obdiag envisions an open community. We welcome your contributions in any form:
|1.6.0| 2024.01| 2024.01.31| - Scenario based fault information collection
- Scenario based root cause analysis
|
|2.0.0|2024.03| 2024.04.11| - Context Transformation, Enhanced Scene Expansion Capabilities
- Support online updating of inspection and gather tasks
- Root Cause Analysis Phase II Transformation
|
|2.1.0|2024.04| 2024.05.13| - Root Cause Analysis Scenario Expansion
- Gather ash report
|
-|2.2.0|2024.05| - |- Root Cause Analysis Scenario Expansion
|
+|2.2.0|2024.05| 2024.06.14 |- Root Cause Analysis Scenario Expansion
- Check Scenario Expansion
|
|2.3.0|2024.06| - |- Root Cause Analysis Scenario Expansion
- Support SQL Diagnosis
|
|2.4.0|2024.07| - |- Root Cause Analysis Scenario Expansion
- Adapting Two Additional Kernel Diagnostic Tools
|
|2.5.0|2024.08| - |- Root Cause Analysis Scenario Expansion
- Support OMS Diagnosis
|
diff --git a/rpm/build.sh b/rpm/build.sh
index 505607b3..d8fa1785 100755
--- a/rpm/build.sh
+++ b/rpm/build.sh
@@ -2,7 +2,7 @@
python_bin='python'
W_DIR=`pwd`
-VERSION=${VERSION:-'2.2.0'}
+VERSION=${VERSION:-'2.3.0'}
function python_version()
diff --git a/rpm/oceanbase-diagnostic-tool.spec b/rpm/oceanbase-diagnostic-tool.spec
index 288143d9..bd08d8dc 100644
--- a/rpm/oceanbase-diagnostic-tool.spec
+++ b/rpm/oceanbase-diagnostic-tool.spec
@@ -1,5 +1,5 @@
Name: oceanbase-diagnostic-tool
-Version:2.2.0
+Version:2.3.0
Release: %(echo $RELEASE)%{?dist}
Summary: oceanbase diagnostic tool program
Group: Development/Tools