Skip to content

Commit 5922bce

Browse files
committed
build: 更新项目版本号至3.7.0-SNAPSHOT
1 parent e0de990 commit 5922bce

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ContiNew Admin 中后台管理框架
22

33
<a href="https://github.com/continew-org/continew-admin" title="Release" target="_blank">
4-
<img src="https://img.shields.io/badge/RELEASE-v3.6.0-%23ff3f59.svg" alt="Release" />
4+
<img src="https://img.shields.io/badge/SNAPSHOT-v3.7.0-%23ff3f59.svg" alt="Release" />
55
</a>
66
<a href="https://github.com/continew-org/continew-starter" title="ContiNew Starter" target="_blank">
77
<img src="https://img.shields.io/badge/ContiNew Starter-2.11.0-%236CB52D.svg" alt="ContiNew Starter" />

continew-webapi/src/main/resources/config/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ project:
55
# 应用名称
66
app-name: continew-admin
77
# 版本
8-
version: 3.6.0
8+
version: 3.7.0-SNAPSHOT
99
# 描述
1010
description: 持续迭代优化的前后端分离中后台管理系统框架,开箱即用,持续提供舒适的开发体验。
1111
# 基本包

pom.xml

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

3434
<properties>
3535
<!-- 项目版本号 -->
36-
<revision>3.6.0</revision>
36+
<revision>3.7.0-SNAPSHOT</revision>
3737
</properties>
3838

3939
<!-- 全局依赖版本管理 -->

0 commit comments

Comments
 (0)