Sha256: e54ff86f653fa3d83963086eb2def0ff4952608382ba3f3d1ebbe8396c7c41e1

Contents?: true

Size: 219 Bytes

Versions: 1

Compression:

Stored size: 219 Bytes

Contents

# encoding: utf-8
# This file is distributed under Ting Yun's license terms.

module TingYun
  module VERSION

    MAJOR = 1

    MINOR = 0
    TINY = 6



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

  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tingyun_rpm-1.0.6 lib/ting_yun/version.rb