Update KotlinVersion.CURRENT to 1.1.4

This commit is contained in:
Anton Bannykh
2017-05-04 15:24:40 +03:00
parent 1273166ed0
commit a71e5abb45
@@ -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, 3) public val CURRENT: KotlinVersion = KotlinVersion(1, 1, 4)
} }
} }