Sha256: 74dac33fc0a452c3f70c7ff70b6b6445e26f7e2e87296b5816169733bb8f5fcb

Contents?: true

Size: 164 Bytes

Versions: 1

Compression:

Stored size: 164 Bytes

Contents

module RallyRestVersion #:nodoc:
  module LIBRARY_VERSION #:nodoc:
    MAJOR = 1
    MINOR = 1
    TINY  = 0

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rally_rest_api-1.1.0 lib/rally_rest_api/version.rb