Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix versioning to always be increasing. (#359)
This mirrors the fix in cashapp/misk#3036 which corrects a subtle defect in the versioning algorithm. The version numbers could end up going backwards due to the timezone of the commit timestamp. The UTC normalization in this PR fixes it.
- Loading branch information