Skip to content

Commit

Permalink
feat: change version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfaller committed Jan 31, 2024
1 parent 8406ba3 commit 2f8bdc4
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 @@ -9,7 +9,7 @@ nexusPublishing {
}
}

def projectsVersion = '3.1.0-SNAPSHOT'
def projectsVersion = '4.0.0-beta1'
def isReleaseVersion = !projectsVersion.endsWith("SNAPSHOT")

allprojects {
Expand Down

0 comments on commit 2f8bdc4

Please sign in to comment.