Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
ROMVoid95 committed Apr 23, 2023
1 parent 64d0c76 commit 9807da4
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 @@ -8,7 +8,7 @@ plugins {
alias(libs.plugins.lombok)
}

def baseVersion = "4.0.3"
def baseVersion = "4.0.4"
def isSnapshot = false

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

0 comments on commit 9807da4

Please sign in to comment.