Skip to content

Commit

Permalink
Bumped version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ubiratansoares committed Jul 11, 2019
1 parent 0ba0b69 commit e1b5366
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions buildSrc/src/main/java/versioning.kt
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ data class Version(
)

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

private val timestamp by lazy {
Expand Down

0 comments on commit e1b5366

Please sign in to comment.