Update klib metadata version to 1.4.0
This commit is contained in:
committed by
Zalim Bashorov
parent
aed4f9909d
commit
f4b94ccbc8
+1
-1
@@ -15,7 +15,7 @@ class KlibMetadataVersion(vararg numbers: Int) : BinaryVersion(*numbers) {
|
||||
|
||||
companion object {
|
||||
@JvmField
|
||||
val INSTANCE = KlibMetadataVersion(1, 0, 0)
|
||||
val INSTANCE = KlibMetadataVersion(1, 4, 0)
|
||||
|
||||
@JvmField
|
||||
val INVALID_VERSION = KlibMetadataVersion()
|
||||
|
||||
Reference in New Issue
Block a user