Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor, or patch version numbers with leading zeroes don't work #152

Open
shannah opened this issue Nov 8, 2024 Discussed in #151 · 0 comments
Open

Minor, or patch version numbers with leading zeroes don't work #152

shannah opened this issue Nov 8, 2024 Discussed in #151 · 0 comments

Comments

@shannah
Copy link
Owner

shannah commented Nov 8, 2024

Discussed in #151

If your release version has a leading zero one of the parts, the app will fail to launch because it will normalize it out.
E.g. Version 27.11.07 will be normalized to 27.11.7. This causes problems because it uses the normalized version in some places and the un-normalized version in other places.

Will need to investigate before I decide the best way to fix this.

For now, the workaround is to not use leading zeroes in parts of version numbers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant