Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: use os specific line endings for version updates (#763)
On windows (with git config core.autocrlf=true as recommended for cross os projects) the version-update script created unix files (LF only). This caused that git sees a lot modified files after bootstrap. Use os.EOL to ensure line endings match the os used.
- Loading branch information