chore: 更新项目版本至 0.8.0

- 修改 .env 文件中的 SNOW_VERSION 从 0.7.0 到 0.8.0
- 更新 Gitee 问题模板中的软件版本选项
- 修改 pom.xml 中的项目版本号
- 更新 README.md 中的项目版本徽章链接
This commit is contained in:
Luke 2025-08-27 14:52:30 +08:00
parent 77eddb83f4
commit eb7e2e7e93
4 changed files with 5 additions and 5 deletions

2
.env
View File

@ -1,2 +1,2 @@
# Auto-generated by build\tools\generate-dotenv.ps1 # Auto-generated by build\tools\generate-dotenv.ps1
SNOW_VERSION=0.7.0 SNOW_VERSION=0.8.0

View File

@ -69,7 +69,7 @@ body:
attributes: attributes:
label: 软件版本/分支 label: 软件版本/分支
options: options:
- v0.7.0 - v0.8.0
- main - main
- dev - dev
- 其他 - 其他

View File

@ -11,8 +11,8 @@
<a href="https://gitee.com/jcnc-org/snow/blob/main/LICENSE"> <a href="https://gitee.com/jcnc-org/snow/blob/main/LICENSE">
<img src="https://img.shields.io/badge/%20license-Apache--2.0%20-blue" alt=""> <img src="https://img.shields.io/badge/%20license-Apache--2.0%20-blue" alt="">
</a> </a>
<a href="https://gitee.com/jcnc-org/snow/tree/v0.7.0/"> <a href="https://gitee.com/jcnc-org/snow/tree/v0.8.0/">
<img src="https://img.shields.io/badge/version-v0.7.0-blue" alt=""> <img src="https://img.shields.io/badge/version-v0.8.0-blue" alt="">
</a> </a>
</p> </p>

View File

@ -7,7 +7,7 @@
<groupId>org.jcnc.snow</groupId> <groupId>org.jcnc.snow</groupId>
<artifactId>Snow</artifactId> <artifactId>Snow</artifactId>
<version>0.7.0</version> <version>0.8.0</version>
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>