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

API to increase/decrease the version number #5

Open
tanpero opened this issue Nov 9, 2019 · 1 comment
Open

API to increase/decrease the version number #5

tanpero opened this issue Nov 9, 2019 · 1 comment

Comments

@tanpero
Copy link

tanpero commented Nov 9, 2019

Hello!
I need to increase the version number of a particular part, but there seems to be no API in the library can do such things. Can it be implemented? ;-D

@easz
Copy link
Owner

easz commented Dec 10, 2021

Hi @tanpero sorry for the very late reply. Yes, it could be done.

It can be also done with semver::major( version ), semver::minor( version ), semver::patch( version ) APIs to reconstruct new version string.

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

2 participants