diff --git a/README.md b/README.md
index 8b4b90b..4b9845e 100644
--- a/README.md
+++ b/README.md
@@ -888,7 +888,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数
📊 开源 all-in-one 数据洞察中心,集成网站分析、服务监控、服务器状态监控
-1.30.24 • [官网链接](https://tianji.msgbyte.com/)
+1.30.25 • [官网链接](https://tianji.msgbyte.com/)
diff --git a/apps/tianji/1.30.24/.env.sample b/apps/tianji/1.30.25/.env.sample
similarity index 100%
rename from apps/tianji/1.30.24/.env.sample
rename to apps/tianji/1.30.25/.env.sample
diff --git a/apps/tianji/1.30.24/data.yml b/apps/tianji/1.30.25/data.yml
similarity index 100%
rename from apps/tianji/1.30.24/data.yml
rename to apps/tianji/1.30.25/data.yml
diff --git a/apps/tianji/1.30.24/docker-compose.yml b/apps/tianji/1.30.25/docker-compose.yml
similarity index 92%
rename from apps/tianji/1.30.24/docker-compose.yml
rename to apps/tianji/1.30.25/docker-compose.yml
index 33a222f..37ab41f 100644
--- a/apps/tianji/1.30.24/docker-compose.yml
+++ b/apps/tianji/1.30.25/docker-compose.yml
@@ -2,7 +2,7 @@ services:
tianji:
container_name: ${CONTAINER_NAME}
restart: always
- image: moonrailgun/tianji:1.30.24
+ image: moonrailgun/tianji:1.30.25
networks:
- 1panel-network
ports:
|