Sha256: 33a0f095a87a764547c710ac3a417914498dd43a5ec45c1344567ec7a00df173

Contents?: true

Size: 317 Bytes

Versions: 2

Compression:

Stored size: 317 Bytes

Contents

# Copyright (c) 2013 AppNeta, Inc.
# All rights reserved.

module Oboe
  ##
  # The current version of the gem.  Used mainly by
  # oboe.gemspec during gem build process
  module Version
    MAJOR = 2
    MINOR = 7
    PATCH = 18
    BUILD = nil

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
oboe-2.7.18-java lib/oboe/version.rb
oboe-2.7.18 lib/oboe/version.rb