Skip to content

Commit 51c440e

Browse files
Release 2.0.0 (#224)
1 parent a015f68 commit 51c440e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/versioning.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ data class Version(
1111
)
1212

1313
object Versioning {
14-
private const val major = 1
14+
private const val major = 2
1515
private const val minor = 0
1616
private const val patch = 0
1717
private const val code = 100 * major + 10 * minor + patch

0 commit comments

Comments
 (0)