vmfloaty/lib/vmfloaty/version.rb
Brian Cain a6c5f1dceb (#24) Improve 'get' output
This commit updates how hosts are formated when shown to the user. It
applies a domain to each hostname instead of being a different key.
2016-07-02 11:41:02 -07:00

8 lines
75 B
Ruby

class Version
@version = '0.4.0'
def self.get
@version
end
end