Skip to content

Commit

Permalink
Release 2.0.0 (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
ubiratansoares authored Jul 4, 2021
1 parent a015f68 commit 51c440e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/versioning.kt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ data class Version(
)

object Versioning {
private const val major = 1
private const val major = 2
private const val minor = 0
private const val patch = 0
private const val code = 100 * major + 10 * minor + patch
Expand Down

0 comments on commit 51c440e

Please sign in to comment.