Revert "Set local build version to 1.4.255-SNAPSHOT"

This reverts commit a8650ccf
This commit is contained in:
Vyacheslav Gerasimov
2020-01-30 18:20:27 +03:00
parent 46b4620fdd
commit 06448b6469
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, 255) // value is written here automatically during build
public val CURRENT: KotlinVersion = KotlinVersion(1, 4, 0) // value is written here automatically during build
}
}