module Graticule #:nodoc: module Version #:nodoc: MAJOR = 0 MINOR = 2 TINY = 11 STRING = [MAJOR, MINOR, TINY].join('.') end end