module LinkedIn module VERSION #:nodoc: MAJOR = 0 MINOR = 3 PATCH = 6 PRE = nil STRING = [MAJOR, MINOR, PATCH, PRE].compact.join('.') end end