pub fn auto_version_increment_semver_or_date_forced()
Expand description

Increment the version in Cargo.toml

If the major version is greater than 2000, it is a date version
else it is semver and increments the patch part.
Forced is used in workspaces to force all members to have the same date version.