diff --git a/README.md b/README.md index d6c5086..4666960 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@
-[![Version](https://img.shields.io/badge/version-3.0.1-blue.svg)](https://github.com/lintsinghua/DeepAudit/releases) +[![Version](https://img.shields.io/badge/version-3.0.2-blue.svg)](https://github.com/lintsinghua/DeepAudit/releases) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![React](https://img.shields.io/badge/React-18-61dafb.svg)](https://reactjs.org/) [![TypeScript](https://img.shields.io/badge/TypeScript-5.7-3178c6.svg)](https://www.typescriptlang.org/) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index a0124c0..e5df6f7 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "deepaudit-backend" -version = "3.0.1" +version = "3.0.2" description = "DeepAudit Backend API - AI-Powered Code Security Audit Platform" requires-python = ">=3.11" readme = "README.md" diff --git a/docker-compose.prod.cn.yml b/docker-compose.prod.cn.yml index 5f32aed..747aa3a 100644 --- a/docker-compose.prod.cn.yml +++ b/docker-compose.prod.cn.yml @@ -1,5 +1,5 @@ # ============================================= -# DeepAudit v3.0.0 生产环境一键部署配置(国内加速版) +# DeepAudit v3.0.2 生产环境一键部署配置(国内加速版) # ============================================= # 使用南京大学镜像站加速拉取 GHCR 镜像 # 部署命令: curl -fsSL https://raw.githubusercontent.com/lintsinghua/DeepAudit/main/docker-compose.prod.cn.yml | docker compose -f - up -d diff --git a/docker-compose.prod.yml b/docker-compose.prod.yml index 30e3a5f..866437e 100644 --- a/docker-compose.prod.yml +++ b/docker-compose.prod.yml @@ -1,5 +1,5 @@ # ============================================= -# DeepAudit v3.0.0 生产环境一键部署配置 +# DeepAudit v3.0.2 生产环境一键部署配置 # ============================================= # 使用预构建的 GHCR 镜像,无需本地构建 # 部署命令: curl -fsSL https://raw.githubusercontent.com/lintsinghua/DeepAudit/main/docker-compose.prod.yml | docker compose -f - up -d diff --git a/docker-compose.yml b/docker-compose.yml index 56b0f49..49f7c68 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,5 +1,5 @@ # ============================================= -# DeepAudit v3.0.0 Docker Compose 配置 +# DeepAudit v3.0.2 Docker Compose 配置 # ============================================= # 部署: docker compose up -d # 查看日志: docker compose logs -f