Skip to content

Commit

Permalink
Merge pull request #87 from mingshewhe/feat_84
Browse files Browse the repository at this point in the history
feat: 缓存直接鉴权结果 #84
  • Loading branch information
mingshewhe authored Jan 8, 2024
2 parents 85c9eed + 4fab519 commit 5555326
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.43")
String iamVersion = (System.getProperty("iamVersion") ?: "1.0.44")
if (System.getProperty("snapshot") == "true") {
set('iamVersion', iamVersion + "-SNAPSHOT")
} else {
Expand Down

0 comments on commit 5555326

Please sign in to comment.