diff --git a/Gemfile.lock b/Gemfile.lock index 20a45b8..666755f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - seatsio (47.1.0) + seatsio (47.2.0) rest-client (~> 2.0, >= 2.0.2) GEM diff --git a/lib/seatsio/version.rb b/lib/seatsio/version.rb index bb3c41c..a1135e0 100644 --- a/lib/seatsio/version.rb +++ b/lib/seatsio/version.rb @@ -1,3 +1,3 @@ module Seatsio - VERSION = "47.1.0" + VERSION = "47.2.0" end