Make the old google-api-client 0.8 release compatible with ruby 2.3.7,
[arvados.git] / lib / google / api_client / version.rb
index ef77290bc4ee6f739e3a48a11f00a98b314cfe2b..1db7f8d9061089e54e02050130145e6b136619fe 100644 (file)
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+
 module Google
   class APIClient
     module VERSION
       MAJOR = 0
-      MINOR = 1
-      TINY  = 1
-
-      STRING = [MAJOR, MINOR, TINY].join('.')
+      MINOR = 8
+      TINY  = 7
+      PATCH = 1
+      STRING = [MAJOR, MINOR, TINY, PATCH].compact.join('.')
     end
   end
 end