Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
Updated the version for kotlin 1.7.10
  • Loading branch information
ToxicBakery authored Nov 8, 2022
1 parent 23377be commit eaa8b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ subprojects {
val tag = if (isTag) "" else "-SNAPSHOT"

group = "com.ToxicBakery.kfinstatemachine"
version = "4.3.$buildNumber$tag"
version = "5.0.$buildNumber$tag"

tasks.withType(Test::class.java) {
testLogging {
Expand Down

0 comments on commit eaa8b11

Please sign in to comment.