Skip to content

Commit

Permalink
Update version to 1.32.x for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ToxicBakery authored Apr 5, 2019
1 parent 7388d71 commit ab1f598
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 @@ -30,7 +30,7 @@ subprojects {
String buildNumber = System.getenv('CIRCLE_BUILD_NUM') ?: "0"

group 'com.ToxicBakery.logging'
version "1.31.$buildNumber" + (isTag ? "" : "-SNAPSHOT")
version "1.32.$buildNumber" + (isTag ? "" : "-SNAPSHOT")

repositories {
google()
Expand Down

0 comments on commit ab1f598

Please sign in to comment.