Skip to content

Commit

Permalink
Release 7.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetbehl committed Aug 12, 2020
1 parent 56aeddc commit 21025ac
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 @@ -19,10 +19,10 @@ project.ext {
projectMajorVersion = "7"
projectMinorVersion = "0"
projectPatchVersion = "7"
// releaseType = "RELEASE"
releaseType = "RELEASE"
// releaseType = "M2"
// releaseType = "RC1"
releaseType = "BUILD-SNAPSHOT"
// releaseType = "BUILD-SNAPSHOT"

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

0 comments on commit 21025ac

Please sign in to comment.