Skip to content

Commit

Permalink
Update snapshot version for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada committed Feb 20, 2021
1 parent e92d7b1 commit a2db1a2
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 @@ -18,7 +18,7 @@ def getProjectVersion() {
if(project.hasProperty("releaseVersion")) {
return project.property("releaseVersion")
}
return "1.4.0-SNAPSHOT"
return "1.6.0-SNAPSHOT"
}

version = getProjectVersion()
Expand Down

0 comments on commit a2db1a2

Please sign in to comment.