Merge branch 'master' of github.com:briancain/vmfloaty

This commit is contained in:
Brian Cain 2017-03-14 08:58:51 -07:00
commit 5fa65b6400
7 changed files with 38 additions and 25 deletions

View file

@ -16,7 +16,7 @@ class Vmfloaty
include Commander::Methods
def run
program :version, Version.get
program :version, Vmfloaty::VERSION
program :description, 'A CLI helper tool for Puppet Labs vmpooler to help you stay afloat'
config = Conf.read_config

View file

@ -1,8 +1,3 @@
class Version
@version = '0.7.8'
def self.get
@version
end
class Vmfloaty
VERSION = '0.7.8'.freeze
end