Skip to content

Commit a6d45cf

Browse files
committed
若依 3.8.5
1 parent 5258449 commit a6d45cf

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<p align="center">
22
<img alt="logo" src="https://oscimg.oschina.net/oscnet/up-d3d0a9303e11d522a06cd263f3079027715.png">
33
</p>
4-
<h1 align="center" style="margin: 30px 0 30px; font-weight: bold;">RuoYi v3.8.4</h1>
4+
<h1 align="center" style="margin: 30px 0 30px; font-weight: bold;">RuoYi v3.8.5</h1>
55
<h4 align="center">基于SpringBoot+Vue前后端分离的Java快速开发框架</h4>
66
<p align="center">
77
<a href="https://gitee.com/y_project/RuoYi-Vue/stargazers"><img src="https://gitee.com/y_project/RuoYi-Vue/badge/star.svg?theme=dark"></a>
8-
<a href="https://gitee.com/y_project/RuoYi-Vue"><img src="https://img.shields.io/badge/RuoYi-v3.8.4-brightgreen.svg"></a>
8+
<a href="https://gitee.com/y_project/RuoYi-Vue"><img src="https://img.shields.io/badge/RuoYi-v3.8.5-brightgreen.svg"></a>
99
<a href="https://gitee.com/y_project/RuoYi-Vue/blob/master/LICENSE"><img src="https://img.shields.io/github/license/mashape/apistatus.svg"></a>
1010
</p>
1111

pom.xml

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

66
<groupId>com.ruoyi</groupId>
77
<artifactId>ruoyi</artifactId>
8-
<version>3.8.4</version>
8+
<version>3.8.5</version>
99
<packaging>jar</packaging>
1010

1111
<name>ruoyi</name>

src/main/resources/application.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ ruoyi:
33
# 名称
44
name: RuoYi
55
# 版本
6-
version: 3.8.4
6+
version: 3.8.5
77
# 版权年份
8-
copyrightYear: 2022
8+
copyrightYear: 2023
99
# 实例演示开关
1010
demoEnabled: true
1111
# 文件路径 示例( Windows配置D:/ruoyi/uploadPath,Linux配置 /home/ruoyi/uploadPath)

0 commit comments

Comments
 (0)