go-rpm-version
go-rpm-version copied to clipboard
Expose Version creation
Issue: We need the ability to manually define the elements of the structure.
Description of changes:
Adds the ability to create a Version with pre-defined values NewVersionWithValues. User's are expected to provide valid input to have valid results.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
The best way is renaming NewVersion to Parse and NewVersionWithValues to NewVersion, but it is a breaking change.
Yup, I thought the same thing.