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