Sha256: 638e2ecf83195983c6b8282369ee43fbf38fc26d61b52e281e1ac9dcec7dfa9e

Contents?: true

Size: 221 Bytes

Versions: 1

Compression:

Stored size: 221 Bytes

Contents

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

module TingYun
  module VERSION

    MAJOR = 1

    MINOR = 3

    TINY = 0





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

Version data entries

1 entries across 1 versions & 1 rubygems

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