Skip to content

Commit

Permalink
build: 发布 1.4.4.1 修复版本
Browse files Browse the repository at this point in the history
- fix: 修复 SpringBoot 2.4.0 以下版本无法启动问题
- refactor: 在刷新字典时当 DictValueVo.title == null 被视为删除相应的字典文本信息
  • Loading branch information
houkunlin committed Oct 29, 2021
1 parent ed23c8d commit ebb22bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
}

group = 'com.houkunlin'
version = '1.4.4'
version = '1.4.4.1'
sourceCompatibility = '1.8'

def gitRepo = "github.com/houkunlin-starter/system-dict-starter.git"
Expand Down

0 comments on commit ebb22bb

Please sign in to comment.