You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I use your tool with larger version numbers, I get an overflow and the version jumps back to 1:
docker run -it usvc/semver:latest bump patch 0.0.255
> 0.0.256
docker run -it usvc/semver:latest bump patch 0.0.256
> 0.0.1
I guess that it's due to using bytes internally?
To be honest I don't use those large version numbers myself, I just did some testing ^^
Great tool btw :D
The text was updated successfully, but these errors were encountered:
Hi,
when I use your tool with larger version numbers, I get an overflow and the version jumps back to 1:
I guess that it's due to using bytes internally?
To be honest I don't use those large version numbers myself, I just did some testing ^^
Great tool btw :D
The text was updated successfully, but these errors were encountered: