Skip to content

Commit

Permalink
feat:新增用户管理相关接口 #100
Browse files Browse the repository at this point in the history
  • Loading branch information
fcfang123 committed Jul 1, 2024
1 parent 78a057f commit b76485d
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.52")
String iamVersion = (System.getProperty("iamVersion") ?: "1.0.53")
if (System.getProperty("snapshot") == "true") {
set('iamVersion', iamVersion + "-SNAPSHOT")
} else {
Expand Down

0 comments on commit b76485d

Please sign in to comment.