Classes: Base, GroupBase, Main
0
4
''
8 9 10 11 12 13 14 15
# File 'lib/tg_cli/version.rb', line 8 def self.version # Init the version version = [MAJOR, MINOR, TINY] # Add the pre if available version << PRE unless PRE.nil? || PRE !~ /\S/ # Return the version joined by a dot version.join('.') end