Skip to content

Commit d0db199

Browse files
committed
release #533 Upgrade to 2.0.83.
1 parent 0b7a7d0 commit d0db199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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 = 0
6-
private const val MINOR = 82
6+
private const val MINOR = 83
77

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

0 commit comments

Comments
 (0)