Advance source stub version which wasn't advanced in 5d87276cf

#KT-19113 Fixed
This commit is contained in:
Dmitry Jemerov
2017-07-19 18:48:28 +02:00
parent 891799c853
commit 4df6db141c
@@ -23,7 +23,7 @@ object KotlinStubVersions {
// Though only kotlin declarations (no code in the bodies) are stubbed, please do increase this version
// if you are not 100% sure it can be avoided.
// Increasing this version will lead to reindexing of all kotlin source files on the first IDE startup with the new version.
const val SOURCE_STUB_VERSION = 123
const val SOURCE_STUB_VERSION = 124
// 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).