module Bintray::Client::Ruby::VERSION

Constants

MAJOR
MINOR
PATCH

Public Class Methods

string() click to toggle source
# File lib/bintray/client/ruby/version.rb, line 14
def self.string
        @@version_string ||= [MAJOR,MINOR,PATCH].join('.').freeze
end