Skip to content

Commit

Permalink
feat:校验用户/部门是否属于组,增加出参 #82
Browse files Browse the repository at this point in the history
  • Loading branch information
fcfang123 committed Dec 20, 2023
1 parent bb709e5 commit 13b304c
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 @@ -32,7 +32,7 @@ ext {
set('lombokVersion', '1.18.10')
set("junitVersion", "5.4.2")

String iamVersion = (System.getProperty("iamVersion") ?: "1.0.41")
String iamVersion = (System.getProperty("iamVersion") ?: "1.0.42")
if (System.getProperty("snapshot") == "true") {
set('iamVersion', iamVersion + "-SNAPSHOT")
} else {
Expand Down

0 comments on commit 13b304c

Please sign in to comment.