Skip to content

Commit

Permalink
Bump library version to 0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kyrillosgait committed Sep 29, 2023
1 parent b88a970 commit 50d0ad7
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 @@ -19,7 +19,7 @@ object Versions {

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

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

0 comments on commit 50d0ad7

Please sign in to comment.