Increase stub version because of change in overload sorting

See commit f197f36e239e3500baf4af87d9b719a123fe2f26
This commit is contained in:
Nikolay Krasko
2017-11-07 15:47:36 +03:00
parent 6c2eb06351
commit 329322e268
@@ -28,7 +28,7 @@ object KotlinStubVersions {
// Binary stub version should be increased if stub format (org.jetbrains.kotlin.psi.stubs.impl) is changed
// or changes are made to the core stub building code (org.jetbrains.kotlin.idea.decompiler.stubBuilder).
// Increasing this version will lead to reindexing of all binary files that are potentially kotlin binaries (including all class files).
private const val BINARY_STUB_VERSION = 62
private const val BINARY_STUB_VERSION = 63
// Classfile stub version should be increased if changes are made to classfile stub building subsystem (org.jetbrains.kotlin.idea.decompiler.classFile)
// Increasing this version will lead to reindexing of all classfiles.