Skip to content

Commit

Permalink
Merge branch 'master' into technical/upgrade_mockito_5_5
Browse files Browse the repository at this point in the history
# Conflicts:
#	buildSrc/src/main/kotlin/Dependencies.kt
  • Loading branch information
kyrillosgait committed Oct 2, 2023
2 parents e4c6692 + 50d0ad7 commit 37a2222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ object Versions {

private const val MAJOR = 0
private const val MINOR = 6
private const val PATCH = 3
private const val PATCH = 5

const val VERSION_NAME: String = "$MAJOR.$MINOR.$PATCH"
}
Expand Down

0 comments on commit 37a2222

Please sign in to comment.