We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64d0c76 commit 9807da4Copy full SHA for 9807da4
build.gradle
@@ -8,7 +8,7 @@ plugins {
8
alias(libs.plugins.lombok)
9
}
10
11
-def baseVersion = "4.0.3"
+def baseVersion = "4.0.4"
12
def isSnapshot = false
13
14
version = (isSnapshot) ? baseVersion + '-SNAPSHOT' : baseVersion
0 commit comments