Sha256: a96a07a06a471a68d95c4421664cfc9dd025b91851e19f3dcd46b2c61f7430f7
Contents?: true
Size: 314 Bytes
Versions: 2
Compression:
Stored size: 314 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 = 6 BUILD = 2 STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.') end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
oboe-2.7.6.2-java | lib/oboe/version.rb |
oboe-2.7.6.2 | lib/oboe/version.rb |