This works: ``` $ echo "v1.0.0" | bump v1.0.1 ``` This doesn't: ``` $ printf "v1.0.0" | bump error reading stdin: EOF ``` But it probably should.
This works:
This doesn't:
But it probably should.