Update KotlinVersion.CURRENT to 1.1.3
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user