module Belorussian
  module VERSION
    MAJOR = 0
    MINOR = 6
    TINY  = 3

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