From b1a3e20494f3aa9ef20c38057b4d8f17db1e6568 Mon Sep 17 00:00:00 2001 From: Charles7c Date: Thu, 14 Aug 2025 22:28:31 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E6=9B=B4=E6=96=B0=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8F=B7=E8=87=B34.1.0-SNAPSHOT?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- continew-server/src/main/resources/config/application.yml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3bd784a6..7b2bef23 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # ContiNew Admin 多租户中后台管理框架 -Release +Release ContiNew Starter diff --git a/continew-server/src/main/resources/config/application.yml b/continew-server/src/main/resources/config/application.yml index 0a19b162..2489b386 100644 --- a/continew-server/src/main/resources/config/application.yml +++ b/continew-server/src/main/resources/config/application.yml @@ -6,7 +6,7 @@ application: # 描述 description: 持续迭代优化的前后端分离中后台管理系统框架,开箱即用,持续提供舒适的开发体验。 # 版本 - version: 4.0.0 + version: 4.1.0-SNAPSHOT starter: 2.13.4 # 基本包 base-package: top.continew.admin diff --git a/pom.xml b/pom.xml index 3f9d2800..6ebe0813 100644 --- a/pom.xml +++ b/pom.xml @@ -35,7 +35,7 @@ - 4.0.0 + 4.1.0-SNAPSHOT