increment number bug
Opened this issue · 6 comments
vTNT commented
when VERSION is '0.9.0', i run bump-version-drynext.sh. the next version is become 1.0.0, not 0.10.0;
also. when VERSION is '0.0.9', run bump-minorversion-drynext.sh . the next version is become 0.1.0, not 0.0.10
Voronenko commented
Confirmed. Feel free to open PR meanwhile
Voronenko commented
There are some good candidates https://stackoverflow.com/questions/8653126/how-to-increment-version-number-in-a-shell-script , like Stephen M. Harris response.
If you get this incorporated and tested, you are welcome.
vTNT commented
yes. Stephen M. Harris ‘s comment can solve my problem. thanks for your reminder ^ ^
vTNT commented
ok