PY-18816 Squash stub version changes into a single increment

This commit is contained in:
Mikhail Golubev
2017-07-19 19:28:31 +03:00
parent d93fef967b
commit d009cf9d4f
@@ -62,7 +62,7 @@ public class PyFileElementType extends IStubFileElementType<PyFileStub> {
@Override
public int getStubVersion() {
// Don't forget to update versions of indexes that use the updated stub-based elements
return 63;
return 61;
}
@Nullable