Skip to content

Commit

Permalink
Bump library version to 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnasSmicius committed Aug 23, 2023
1 parent 969596b commit be69aef
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 = 1
private const val PATCH = 2

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

0 comments on commit be69aef

Please sign in to comment.