diff --git a/README.md b/README.md
index 4481574..c8940c8 100644
--- a/README.md
+++ b/README.md
@@ -556,7 +556,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数
🔮 开源可视化AI工作流构建平台,拖拽式设计LLM应用
-3.0.12 • [官网链接](https://github.com/FlowiseAI/Flowise)
+3.0.13 • [官网链接](https://github.com/FlowiseAI/Flowise)
diff --git a/apps/flowise/3.0.12/.env.example b/apps/flowise/3.0.13/.env.example
similarity index 100%
rename from apps/flowise/3.0.12/.env.example
rename to apps/flowise/3.0.13/.env.example
diff --git a/apps/flowise/3.0.12/data.yml b/apps/flowise/3.0.13/data.yml
similarity index 100%
rename from apps/flowise/3.0.12/data.yml
rename to apps/flowise/3.0.13/data.yml
diff --git a/apps/flowise/3.0.12/docker-compose.yml b/apps/flowise/3.0.13/docker-compose.yml
similarity index 96%
rename from apps/flowise/3.0.12/docker-compose.yml
rename to apps/flowise/3.0.13/docker-compose.yml
index a8ddadc..877bb1e 100644
--- a/apps/flowise/3.0.12/docker-compose.yml
+++ b/apps/flowise/3.0.13/docker-compose.yml
@@ -1,6 +1,6 @@
services:
flowise:
- image: flowiseai/flowise:3.0.12
+ image: flowiseai/flowise:3.0.13
container_name: ${CONTAINER_NAME}
restart: always
networks:
|