Sha256: 819f6a78dbd282789f1f23cbfcbcd84e1e87e176366c3cd5b293a09fa7cc8828

Contents?: true

Size: 171 Bytes

Versions: 1

Compression:

Stored size: 171 Bytes

Contents

# encoding: utf-8

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

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bitbucket_rest_api2-0.2.1 lib/bitbucket_rest_api/version.rb