mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-26 05:28:40 -05:00
Add class for getting version
This commit is contained in:
parent
b82d7756de
commit
9b176a7bd5
3 changed files with 11 additions and 2 deletions
8
lib/vmfloaty/version.rb
Normal file
8
lib/vmfloaty/version.rb
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
|
||||
class Version
|
||||
@version = '0.2.6'
|
||||
|
||||
def self.get
|
||||
@version
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue