tbpgr opened this issue 8 years ago · 2 comments
$ cat version.cr module Vup VERSION = "0.1.0" end $ vup --patch --detail bump up ./src/vup/version.cr bump up shard.yml 0.1.1 $ cat version.cr module Vup VERSION = "0.1.1" end
With --patch, 0.1.0 should bump up to 0.1.1, right?
--patch
0.1.0
0.1.1
Thanks. I fixed it.