Skip to content

Commit 9807da4

Browse files
committed
Update build.gradle
1 parent 64d0c76 commit 9807da4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
alias(libs.plugins.lombok)
99
}
1010

11-
def baseVersion = "4.0.3"
11+
def baseVersion = "4.0.4"
1212
def isSnapshot = false
1313

1414
version = (isSnapshot) ? baseVersion + '-SNAPSHOT' : baseVersion

0 commit comments

Comments
 (0)