Sha256: e288144ae47e4abe2d7781a0fee72f6c22faab0e89c252edc634ffbe56231c7b

Contents?: true

Size: 171 Bytes

Versions: 1

Compression:

Stored size: 171 Bytes

Contents

# encoding: utf-8

module BitBucket
  module VERSION
    MAJOR = 0
    MINOR = 4
    PATCH = 0

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
codenamev_bitbucket_api-0.4.0 lib/bitbucket_rest_api/version.rb