vmfloaty/lib/vmfloaty/version.rb
2015-10-16 15:50:44 -07:00

8 lines
76 B
Ruby

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