module Sprinkle #:nodoc:
  module VERSION #:nodoc:
    MAJOR = 0
    MINOR = 1
    TINY  = 6

    STRING = [MAJOR, MINOR, TINY].join('.')
  end
end