From f1e5c831fd740e8e4c2c6fccae2b8ef24e79411e Mon Sep 17 00:00:00 2001 From: Paul Hoffer Date: Thu, 16 Nov 2017 10:46:04 -0700 Subject: [PATCH] bump to 0.13.9 --- Gemfile.lock | 2 +- lib/sportradar/api/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 943b19f2..4c1174d5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - sportradar-api (0.13.8) + sportradar-api (0.13.9) activesupport httparty (>= 0.14.0) diff --git a/lib/sportradar/api/version.rb b/lib/sportradar/api/version.rb index a4ed56bd..1576df66 100644 --- a/lib/sportradar/api/version.rb +++ b/lib/sportradar/api/version.rb @@ -1,5 +1,5 @@ module Sportradar module Api - VERSION = "0.13.8" + VERSION = "0.13.9" end end