Skip to content

Commit 4d99dc4

Browse files
committed
release #533 Upgrade to 2.1.17.
1 parent 4ccd785 commit 4d99dc4

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 = 16
6+
private const val MINOR = 17
77

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

0 commit comments

Comments
 (0)