What is the use of internal verison_type now that one should use seq_no and primary_term for Optimistic Concurrency Control?

Hi,

Why is internal version type still supported here The latest versions doesn't support this way of concurrency control anymore and one should use seq_no and primary_term right?

Got it know it was vestigial and will slowly be removed completely.