0.6.1 修复直接记录Exception日志的错误

This commit is contained in:
2020-12-05 16:40:04 +08:00
parent 204f92fccd
commit 1b45d4095f
2 changed files with 5 additions and 5 deletions

View File

@@ -21,7 +21,7 @@ allprojects {
subprojects {
ext {
version '0.6.0'
version '0.6.1'
spring_version = "2.3.0.RELEASE"
}