0.37 release is wrongly numbered
Closed this issue · 1 comments
supercairos commented
Preflight checklist
- I could not find a solution in the existing issues, docs, nor discussions.
- I agree to follow this project's Code of Conduct.
- I have read and am following this repository's Contribution Guidelines.
- I have joined the Ory Community Slack.
- I am signed up to the Ory Security Patch Newsletter.
Ory Network Project
No response
Describe the bug
Latest release (0.37) is missing trailing patch number, causing CI to fail because it's evaluated as a float.
Version should be 0.37.0
Reproducing the bug
Git Blame show all previous versions have a trailing .0
version number
Relevant log output
No response
Relevant configuration
No response
Version
0.37
On which operating system are you observing this issue?
None
In which environment are you deploying?
None
Additional Context
No response
Demonsthere commented
fixed by 3397a75 :)