Update KotlinVersion.CURRENT to 1.1.3

This commit is contained in:
Alexander Udalov
2017-03-27 10:48:18 +03:00
parent 3f1a43a743
commit d615aba4cf
@@ -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, 2)
public val CURRENT: KotlinVersion = KotlinVersion(1, 1, 3)
}
}