diff --git a/README.md b/README.md
index 0aa86658..f8af7e71 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
-[](https://github.com/xerrors/Yuxi-Know/tree/v0.4.0)
+[](https://github.com/xerrors/Yuxi-Know/tree/v0.4.2)
[](https://github.com/xerrors/Yuxi-Know/blob/main/docker-compose.yml)
[](https://github.com/xerrors/Yuxi-Know/issues)
[](https://github.com/xerrors/Yuxi-Know/blob/main/LICENSE)
@@ -32,7 +32,7 @@
-- **[2025/12/17] v0.4.0-beta 版本发布**
+- **[2025/12/19] v0.4.0 版本发布**
查看详细更新日志
diff --git a/pyproject.toml b/pyproject.toml
index 10346bac..358d98be 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "yuxi-know"
-version = "0.4.0.dev"
+version = "0.4.2.dev"
description = "基于大模型的智能知识库与知识图谱智能体开发平台,融合了 RAG 技术与知识图谱技术,基于 LangGraph v1 + Vue.js + FastAPI + LightRAG 架构构建"
readme = "README.md"
requires-python = ">=3.11"
diff --git a/src/config/static/info.template.yaml b/src/config/static/info.template.yaml
index dd134ce7..f565c66b 100644
--- a/src/config/static/info.template.yaml
+++ b/src/config/static/info.template.yaml
@@ -50,4 +50,4 @@ actions:
# 页脚信息
footer:
- copyright: "© 江南语析 2025 v0.4.0"
+ copyright: "© 江南语析 2025 v0.4.2"
diff --git a/web/package.json b/web/package.json
index d14743be..09605ee0 100644
--- a/web/package.json
+++ b/web/package.json
@@ -1,6 +1,6 @@
{
"name": "yuxi-know-web",
- "version": "0.4.0.web",
+ "version": "0.4.2.web",
"private": true,
"scripts": {
"dev": "vite",