Skip to content

Commit 17405f6

Browse files
committed
release #533 Upgrade to 2.1.16.
1 parent 1f57986 commit 17405f6

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

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

0 commit comments

Comments
 (0)