lib/ting_yun/version.rb in tingyun_rpm-1.6.1 vs lib/ting_yun/version.rb in tingyun_rpm-3.2.0

- old
+ new

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