diff --git a/Gemfile.lock b/Gemfile.lock index 1f96c47..3ad1876 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - seatsio (50.0.0) + seatsio (51.0.0) rest-client (~> 2.0, >= 2.0.2) GEM diff --git a/lib/seatsio/version.rb b/lib/seatsio/version.rb index 85e71db..28215f3 100644 --- a/lib/seatsio/version.rb +++ b/lib/seatsio/version.rb @@ -1,3 +1,3 @@ module Seatsio - VERSION = "50.0.0" + VERSION = "51.0.0" end