Resetting Editor mode string version.

Is there a way to reset the plugin editorMode string version?
FName NewtonModelEditorMode::m_editorVersionName(TEXT(“NewtonModelModeLayout_v41”));

I am writing a plugin and it is really annoying that the slightest change causes the Layout changes
to the point that appears something is wrong until you remember that the string has to be changed.

I have searched for the string on my entire computer,
and the search comes out only with the places in the source I am writing,
so it must be hashing it.

In my opnion, It is goo the there are versions, but it is not good for deveplonet