# encoding: utf-8 module Infoboxer MAJOR = 0 MINOR = 2 PATCH = 2 VERSION = [MAJOR, MINOR, PATCH].join('.') end