build: 更新项目版本号至4.1.0-SNAPSHOT

This commit is contained in:
2025-08-14 22:28:31 +08:00
parent af0f58a096
commit b1a3e20494
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
# ContiNew Admin 多租户中后台管理框架 # ContiNew Admin 多租户中后台管理框架
<a href="https://github.com/continew-org/continew-admin" title="Release" target="_blank"> <a href="https://github.com/continew-org/continew-admin" title="Release" target="_blank">
<img src="https://img.shields.io/badge/RELEASE-v4.0.0-%23ff3f59.svg" alt="Release" /> <img src="https://img.shields.io/badge/SNAPSHOT-v4.1.0-%23ff3f59.svg" alt="Release" />
</a> </a>
<a href="https://github.com/continew-org/continew-starter" title="ContiNew Starter" target="_blank"> <a href="https://github.com/continew-org/continew-starter" title="ContiNew Starter" target="_blank">
<img src="https://img.shields.io/badge/ContiNew Starter-2.13.4-%236CB52D.svg" alt="ContiNew Starter" /> <img src="https://img.shields.io/badge/ContiNew Starter-2.13.4-%236CB52D.svg" alt="ContiNew Starter" />

View File

@@ -6,7 +6,7 @@ application:
# 描述 # 描述
description: 持续迭代优化的前后端分离中后台管理系统框架,开箱即用,持续提供舒适的开发体验。 description: 持续迭代优化的前后端分离中后台管理系统框架,开箱即用,持续提供舒适的开发体验。
# 版本 # 版本
version: 4.0.0 version: 4.1.0-SNAPSHOT
starter: 2.13.4 starter: 2.13.4
# 基本包 # 基本包
base-package: top.continew.admin base-package: top.continew.admin

View File

@@ -35,7 +35,7 @@
<properties> <properties>
<!-- 项目版本号 --> <!-- 项目版本号 -->
<revision>4.0.0</revision> <revision>4.1.0-SNAPSHOT</revision>
</properties> </properties>
<!-- 全局依赖版本管理 --> <!-- 全局依赖版本管理 -->