vmfloaty/lib/vmfloaty/version.rb
2015-10-01 23:30:12 -07:00

8 lines
75 B
Ruby

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