Skip to content

Commit ce5c8c0

Browse files
committed
release #533 Upgrade to 2.1.0.
1 parent cd0af19 commit ce5c8c0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

buildSrc/src/main/java/property/Version.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ package property
22

33
object Version {
44
private const val MAJOR = 2
5-
private const val MIDDLE = 0
6-
private const val MINOR = 98
5+
private const val MIDDLE = 1
6+
private const val MINOR = 0
77

88
init {
99
if (MIDDLE >= 100 || MINOR >= 10_000) {

0 commit comments

Comments
 (0)