Skip to content

Commit

Permalink
Fix version at 3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdennis committed Mar 16, 2018
1 parent 48b4d66 commit 7941fa2
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 @@ -57,7 +57,7 @@ closeAndReleaseRepository.enabled = false

ext {

baseVersion = findProperty('overrideVersion') ?: '3.5.1-SNAPSHOT'
baseVersion = findProperty('overrideVersion') ?: '3.5.2'

utils = new Utils(baseVersion, logger)
isReleaseVersion = !baseVersion.endsWith('SNAPSHOT')
Expand Down

0 comments on commit 7941fa2

Please sign in to comment.