diff options
author | Saku Ytti <saku@ytti.fi> | 2018-04-25 19:09:40 +0300 |
---|---|---|
committer | Saku Ytti <saku@ytti.fi> | 2018-04-25 19:09:40 +0300 |
commit | 60c3408bfc0f6aa5a89013f99e0763719440f29b (patch) | |
tree | de67bc3157822ceeb8e4280addcf2379d5d54d29 /lib/oxidized/cli.rb | |
parent | cc22060553df70db059bd6f4273f2ec391060f52 (diff) |
set version from git
you still need to bump version.rb, as 'rake tag' will use that to create
git tag, which we need :>
Diffstat (limited to 'lib/oxidized/cli.rb')
-rw-r--r-- | lib/oxidized/cli.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/oxidized/cli.rb b/lib/oxidized/cli.rb index c29e269..23cc28c 100644 --- a/lib/oxidized/cli.rb +++ b/lib/oxidized/cli.rb @@ -44,7 +44,7 @@ module Oxidized on 'd', 'debug', 'turn on debugging' on 'daemonize', 'Daemonize/fork the process' on 'v', 'version', 'show version' do - puts Oxidized::VERSION + puts Oxidized::VERSION_FULL Kernel.exit end end |