Advance version to 1.4
This commit is contained in:
committed by
Dmitriy Novozhilov
parent
55e97fee09
commit
ca49672a7a
+1
-1
@@ -7,7 +7,7 @@
|
||||
|
||||
<groupId>org.jetbrains.kotlin</groupId>
|
||||
<artifactId>kotlin-project</artifactId>
|
||||
<version>1.3-SNAPSHOT</version>
|
||||
<version>1.4-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<name>Kotlin</name>
|
||||
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user