# version

Optional

Defines the version string to show when running with --version.

title   'Developer Tools'
version '1.0.0'

action 'commit' do
  system 'git commit -am "Automatic Commit"'
end
$ run
Usage:
  run commit
  run (--help | -h)
  run --version

$ run --version
1.0.0