# encoding: utf-8 # This file is distributed under Ting Yun's license terms. module TingYun module VERSION MAJOR = 1 MINOR = 2 TINY = 0 STRING = [MAJOR, MINOR, TINY].compact.join('.') end end