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

This commit is contained in:
2025-11-24 21:38:19 +08:00
parent e0e3294b3d
commit 2f4da137b3
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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