Set LATEST_STABLE language version and current version of stdlib to 1.2

This commit is contained in:
Ilya Gorbunov
2017-05-05 22:15:38 +03:00
parent 17eac133a2
commit 968c9c2034
2 changed files with 2 additions and 2 deletions
@@ -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, 60)
public val CURRENT: KotlinVersion = KotlinVersion(1, 2, 0)
}
}