module Launchy::Version

def self.to_a

def self.to_a
  [MAJOR, MINOR, BUILD]
end

def self.to_s

def self.to_s
  to_a.join(".")
end