From b513171e29867db3b8e0a52f58be7b0b0c811fb5 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 12:30:49 +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 7b37b14..4892f53 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - seatsio (46.1.0) + seatsio (46.2.0) rest-client (~> 2.0, >= 2.0.2) GEM diff --git a/lib/seatsio/version.rb b/lib/seatsio/version.rb index 9d36a3f..54e9efc 100644 --- a/lib/seatsio/version.rb +++ b/lib/seatsio/version.rb @@ -1,3 +1,3 @@ module Seatsio - VERSION = "46.1.0" + VERSION = "46.2.0" end