Advance stdlib version to 1.1.60

This commit is contained in:
Ilya Gorbunov
2017-09-20 20:24:38 +03:00
parent 0682f74560
commit 43e2be26f8
@@ -70,6 +70,6 @@ public class KotlinVersion(val major: Int, val minor: Int, val patch: Int) : Com
*/ */
// TODO: get from metadata or hardcode automatically during build // TODO: get from metadata or hardcode automatically during build
@kotlin.jvm.JvmField @kotlin.jvm.JvmField
public val CURRENT: KotlinVersion = KotlinVersion(1, 1, 50) public val CURRENT: KotlinVersion = KotlinVersion(1, 1, 60)
} }
} }