mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-26 05:28:40 -05:00
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.
8 lines
75 B
Ruby
8 lines
75 B
Ruby
|
|
class Version
|
|
@version = '0.4.0'
|
|
|
|
def self.get
|
|
@version
|
|
end
|
|
end
|