Skip to content

Commit 6deede8

Browse files
committed
release #533 Upgrade to 2.1.7.
1 parent be3100c commit 6deede8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package property
33
object Version {
44
private const val MAJOR = 2
55
private const val MIDDLE = 1
6-
private const val MINOR = 6
6+
private const val MINOR = 7
77

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

0 commit comments

Comments
 (0)