Update KotlinVersion.CURRENT to 1.1.5

This commit is contained in:
Alexander Udalov
2017-07-14 21:03:06 +03:00
parent 2611c7de7e
commit 3c04ca4397
@@ -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, 4)
public val CURRENT: KotlinVersion = KotlinVersion(1, 1, 5)
}
}