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