Set local build version to 1.4.255-SNAPSHOT

#KT-36128
This commit is contained in:
Vyacheslav Gerasimov
2020-01-27 20:57:13 +03:00
parent f4912ed433
commit a8650ccfd2
22 changed files with 22 additions and 22 deletions
@@ -72,6 +72,6 @@ public class KotlinVersion(val major: Int, val minor: Int, val patch: Int) : Com
* Returns the current version of the Kotlin standard library.
*/
@kotlin.jvm.JvmField
public val CURRENT: KotlinVersion = KotlinVersion(1, 4, 0) // value is written here automatically during build
public val CURRENT: KotlinVersion = KotlinVersion(1, 4, 255) // value is written here automatically during build
}
}