Today I learned that if you have two tags pointing to the same commit in Git and your git version detection logic is the output of git describe --tags --dirty
, git will return the first tag and not the second. So in order to actually bump the version number in that detection logic, you need to push a dummy commit in order for that version number to actually change.
Aren't computers grand?
What's Changed
Full Changelog: v1.17.0-beta1...v1.17.0-beta4