Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit regenerates each UUID that was not a valid version 4 UUID compliant with RFC 4122 in the canonical textual representation. Each UUID should match this regular expression: `^[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$` A track can generate a suitable UUID by running `configlet uuid`.
- Loading branch information