tbpgr / vup

Crystal bumpup version tool
MIT License
3 stars 1 forks source link

output version #4

Closed tbpgr closed 8 years ago

tbpgr commented 8 years ago

output version

$ cat version.cr
module Vup
  VERSION = "0.1.0"
end
$ vup --patch
0.2.0
$ cat version.cr
module Vup
  VERSION = "0.2.0"
end