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

Version#toBuilder should not bomb out when preReleaseVersion is absent #68

Closed
q3769 opened this issue Jan 13, 2024 · 2 comments
Closed

Comments

@q3769
Copy link

q3769 commented Jan 13, 2024

in v0.10.0, the Version#toBuilder method throws exception if the current Verson instance has no preReleaseVersion:

.setPreReleaseVersion(preReleaseIds)

that doesn't seem reasonable. is it intentional?

@zafarkhaja
Copy link
Owner

Definitely not intentional! :) Will roll out the fix within the next 24 hours. Thanks a lot for reporting 👍

@zafarkhaja
Copy link
Owner

Fixed in v0.10.2.

P.S. Thanks for reporting the bug, appreciate it!

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

No branches or pull requests

2 participants