pub fn auto_version_increment_semver_or_date()
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.