Hi,
The change tracking version is an 8-byte integer (BIGINT) that reflects the most recent change ID in the database.
The range of bigint is [-2^63 (-9,223,372,036,854,775,808) to 2^63-1 (9,223,372,036,854,775,807)], which is almost impossible to reach the maximum value for Change Tracking version(starting from 0).
There is no way to reset/clear the current version for change tracking. Disabling and restarting change tracking also does not reset the change tracking version.