Set local build version to 1.4.255-SNAPSHOT

#KT-36128

(cherry picked from commit a8650ccfd2)
This commit is contained in:
Vyacheslav Gerasimov
2020-01-27 20:57:13 +03:00
committed by Nikolay Krasko
parent 4b819aa028
commit 8d06744a6a
23 changed files with 22 additions and 23 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
}
}