Skip to content

Commit

Permalink
Increment the patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Jul 1, 2023
1 parent 2e1844b commit d2c7b8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Configurations.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ object Configurations {
const val minSdk = 21
const val majorVersion = 1
const val minorVersion = 0
const val patchVersion = 9
const val patchVersion = 10
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
const val versionCode = 10
const val versionCode = 11
}

0 comments on commit d2c7b8b

Please sign in to comment.