Skip to content

Commit abbbdb5

Browse files
committed
Update KotlinVersion.CURRENT to 1.1.2
1 parent 559da84 commit abbbdb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libraries/stdlib/src/kotlin/util/KotlinVersion.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@ public class KotlinVersion(val major: Int, val minor: Int, val patch: Int) : Com
7070
*/
7171
// TODO: get from metadata or hardcode automatically during build
7272
@kotlin.jvm.JvmField
73-
public val CURRENT: KotlinVersion = KotlinVersion(1, 1, 0)
73+
public val CURRENT: KotlinVersion = KotlinVersion(1, 1, 2)
7474
}
75-
}
75+
}

0 commit comments

Comments
 (0)