Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
4.3
  • Loading branch information
ToxicBakery authored Oct 14, 2019
1 parent 42ba9a2 commit c4f75ff
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 @@ -35,7 +35,7 @@ subprojects {
String buildNumber = System.getenv('CIRCLE_BUILD_NUM') ?: "0"

group 'com.ToxicBakery.kfinstatemachine'
version "4.2.$buildNumber" + (isTag ? "" : "-SNAPSHOT")
version "4.3.$buildNumber" + (isTag ? "" : "-SNAPSHOT")

repositories {
mavenCentral()
Expand Down

0 comments on commit c4f75ff

Please sign in to comment.