Advance version to 1.4

This commit is contained in:
Nikolay Krasko
2019-12-18 13:32:05 +03:00
committed by Dmitriy Novozhilov
parent 55e97fee09
commit ca49672a7a
5 changed files with 5 additions and 5 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, 3, 0) // value is written here automatically during build
public val CURRENT: KotlinVersion = KotlinVersion(1, 4, 0) // value is written here automatically during build
}
}