Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ToxicBakery authored Jan 22, 2019
1 parent d3e968e commit 2e64cfd
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 @@ -24,7 +24,7 @@ subprojects {
String buildNumber = System.getenv('CIRCLE_BUILD_NUM') ?: "0"

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

repositories {
google()
Expand Down

0 comments on commit 2e64cfd

Please sign in to comment.