module Pwhois module Version MAJOR = 1 MINOR = 2 TINY = 2 end VERSION = [Version::MAJOR, Version::MINOR, Version::TINY].compact * '.' end