Skip to content

Commit 220b5f7

Browse files
committed
chore: bump version to v3.0.2
1 parent c0ac7d0 commit 220b5f7

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<div align="center">
1414

15-
[![Version](https://img.shields.io/badge/version-3.0.1-blue.svg)](https://github.com/lintsinghua/DeepAudit/releases)
15+
[![Version](https://img.shields.io/badge/version-3.0.2-blue.svg)](https://github.com/lintsinghua/DeepAudit/releases)
1616
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
1717
[![React](https://img.shields.io/badge/React-18-61dafb.svg)](https://reactjs.org/)
1818
[![TypeScript](https://img.shields.io/badge/TypeScript-5.7-3178c6.svg)](https://www.typescriptlang.org/)

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "deepaudit-backend"
3-
version = "3.0.1"
3+
version = "3.0.2"
44
description = "DeepAudit Backend API - AI-Powered Code Security Audit Platform"
55
requires-python = ">=3.11"
66
readme = "README.md"

docker-compose.prod.cn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# =============================================
2-
# DeepAudit v3.0.0 生产环境一键部署配置(国内加速版)
2+
# DeepAudit v3.0.2 生产环境一键部署配置(国内加速版)
33
# =============================================
44
# 使用南京大学镜像站加速拉取 GHCR 镜像
55
# 部署命令: curl -fsSL https://raw.githubusercontent.com/lintsinghua/DeepAudit/main/docker-compose.prod.cn.yml | docker compose -f - up -d

docker-compose.prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# =============================================
2-
# DeepAudit v3.0.0 生产环境一键部署配置
2+
# DeepAudit v3.0.2 生产环境一键部署配置
33
# =============================================
44
# 使用预构建的 GHCR 镜像,无需本地构建
55
# 部署命令: curl -fsSL https://raw.githubusercontent.com/lintsinghua/DeepAudit/main/docker-compose.prod.yml | docker compose -f - up -d

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# =============================================
2-
# DeepAudit v3.0.0 Docker Compose 配置
2+
# DeepAudit v3.0.2 Docker Compose 配置
33
# =============================================
44
# 部署: docker compose up -d
55
# 查看日志: docker compose logs -f

0 commit comments

Comments
 (0)