From 9e705d2fa0ac1c76edd27ac1e17a9f202aea5a49 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 10:05:29 +0000 Subject: [PATCH] version bump --- Gemfile.lock | 2 +- lib/seatsio/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 83e2ed9..3e25344 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - seatsio (47.0.0) + seatsio (47.1.0) rest-client (~> 2.0, >= 2.0.2) GEM diff --git a/lib/seatsio/version.rb b/lib/seatsio/version.rb index ac4d1b1..bb3c41c 100644 --- a/lib/seatsio/version.rb +++ b/lib/seatsio/version.rb @@ -1,3 +1,3 @@ module Seatsio - VERSION = "47.0.0" + VERSION = "47.1.0" end