module TrustyCms::Version

def to_s

def to_s
  [Major, Minor, Tiny, Patch].delete_if{|v| v.nil? }.join('.')
end