module BrData module VERSION #:nodoc: MAJOR = 3 MINOR = 2 TINY = 0 STRING = "#{MAJOR}.#{MINOR}.#{TINY}" end end