Update KotlinVersion.CURRENT to 1.1.2

This commit is contained in:
Alexander Udalov
2017-02-28 17:12:12 +03:00
parent 559da842c0
commit abbbdb5771
@@ -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, 0)
public val CURRENT: KotlinVersion = KotlinVersion(1, 1, 2)
}
}
}