lib/syntax/version.rb



module Syntax
  module Version
    MAJOR=1
    MINOR=2
    TINY=2

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