1 parent 1f57986 commit 17405f6Copy full SHA for 17405f6
1 file changed
buildSrc/src/main/java/property/Version.kt
@@ -3,7 +3,7 @@ package property
3
object Version {
4
private const val MAJOR = 2
5
private const val MIDDLE = 1
6
- private const val MINOR = 15
+ private const val MINOR = 16
7
8
init {
9
if (MIDDLE >= 100 || MINOR >= 10_000) {
0 commit comments