Bumped klib ABI version

This commit is contained in:
Alexander Gorshenev
2019-10-01 17:24:17 +03:00
committed by alexander-gorshenev
parent 147681f335
commit e53260e27c
@@ -22,7 +22,7 @@ fun String.parseKonanAbiVersion(): KotlinAbiVersion {
data class KotlinAbiVersion(val version: Int) {
companion object {
val CURRENT = KotlinAbiVersion(15)
val CURRENT = KotlinAbiVersion(16)
}
override fun toString() = "$version"
}