Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Commit

Permalink
MOB-5721 increase the release version because of this bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mdavila committed Jun 12, 2018
1 parent 69ededc commit 984227b
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 @@ -32,7 +32,7 @@ allprojects {

group = 'com.constantcontact'
def isRelease = Boolean.valueOf(project.hasProperty("release") ? project.property("release") as String : "false")
version = '5.2.1' + (isRelease ? "" : "-SNAPSHOT")
version = '5.2.2' + (isRelease ? "" : "-SNAPSHOT")
}

apply plugin: "net.wooga.github"
Expand Down

0 comments on commit 984227b

Please sign in to comment.