diff --git a/README.md b/README.md index 90aca6f..e5d5782 100644 --- a/README.md +++ b/README.md @@ -246,7 +246,7 @@ 美观强大的在线静态博客管理器,支持多种平台 -3.7.0 • [官网链接](https://github.com/Qexo/Qexo) +4.0.0 • [官网链接](https://github.com/Qexo/Qexo) diff --git a/apps/qexo/3.7.0/.env.sample b/apps/qexo/4.0.0/.env.sample similarity index 100% rename from apps/qexo/3.7.0/.env.sample rename to apps/qexo/4.0.0/.env.sample diff --git a/apps/qexo/3.7.0/data.yml b/apps/qexo/4.0.0/data.yml similarity index 100% rename from apps/qexo/3.7.0/data.yml rename to apps/qexo/4.0.0/data.yml diff --git a/apps/qexo/3.7.0/docker-compose.yml b/apps/qexo/4.0.0/docker-compose.yml similarity index 93% rename from apps/qexo/3.7.0/docker-compose.yml rename to apps/qexo/4.0.0/docker-compose.yml index 44fcfc1..7d469e8 100644 --- a/apps/qexo/3.7.0/docker-compose.yml +++ b/apps/qexo/4.0.0/docker-compose.yml @@ -15,7 +15,7 @@ services: - TZ=Asia/Shanghai - WORKERS=4 - THREADS=4 - image: abudulin/qexo:3.7.0 + image: abudulin/qexo:4.0.0 labels: createdBy: Apps volumes: