Update KotlinVersion.CURRENT to 1.1.50

This commit is contained in:
Alexander Udalov
2017-09-04 13:09:52 +03:00
parent 2d10df1541
commit 840fce520c
@@ -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
@kotlin.jvm.JvmField
public val CURRENT: KotlinVersion = KotlinVersion(1, 1, 5)
public val CURRENT: KotlinVersion = KotlinVersion(1, 1, 50)
}
}