Browse Source

feat(日志):用户操作日志

liutao 5 months ago
parent
commit
e25218974a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -9,7 +9,7 @@ targetCompatibility = 1.8
 
 jar {
     baseName = 'factoring-trade-prod'
-    version = '1.0.8'
+    version = '1.0.9'
 }
 
 springBoot {