module Vultr module VERSION MAJOR = 0 MINOR = 1 TINY = 1 PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") end end