Skip to content

Commit

Permalink
Release 7.1.0.M4
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetbehl committed Dec 8, 2020
1 parent dd09f1d commit 6d93104
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ project.ext {
projectMinorVersion = "1"
projectPatchVersion = "0"
// releaseType = "RELEASE"
// releaseType = "M4"
releaseType = "M4"
// releaseType = "RC1"
releaseType = "BUILD-SNAPSHOT"
// releaseType = "BUILD-SNAPSHOT"

// overall project version
projectVersion = "${projectMajorVersion}.${projectMinorVersion}.${projectPatchVersion}"
Expand Down

0 comments on commit 6d93104

Please sign in to comment.