We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b7a7d0 commit d0db199Copy full SHA for d0db199
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 = 0
6
- private const val MINOR = 82
+ private const val MINOR = 83
7
8
init {
9
if (MIDDLE >= 100 || MINOR >= 10_000) {
0 commit comments