Skip to content

Commit 43e2be2

Browse files
committed
Advance stdlib version to 1.1.60
1 parent 0682f74 commit 43e2be2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/stdlib/src/kotlin/util/KotlinVersion.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@ public class KotlinVersion(val major: Int, val minor: Int, val patch: Int) : Com
7070
*/
7171
// TODO: get from metadata or hardcode automatically during build
7272
@kotlin.jvm.JvmField
73-
public val CURRENT: KotlinVersion = KotlinVersion(1, 1, 50)
73+
public val CURRENT: KotlinVersion = KotlinVersion(1, 1, 60)
7474
}
7575
}

0 commit comments

Comments
 (0)