Sha256: f727e7702779dc0ef41eaa3cc71105b8527d02128c869ea08c846503c5bdfe6d

Contents?: true

Size: 172 Bytes

Versions: 1

Compression:

Stored size: 172 Bytes

Contents

# encoding: utf-8

module BitBucket
  module VERSION
    MAJOR = 0
    MINOR = 1
    PATCH = 10

    STRING = [MAJOR, MINOR, PATCH].compact.join('.')
  end
end # BitBucket

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
zz_bitbucket_rest_api-0.1.10 lib/bitbucket_rest_api/version.rb