From 0ed0b19d43944c15c171f681cb12dca81d1122d7 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 11:23:21 +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 3845b29..a0d296a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - seatsio (48.2.0) + seatsio (48.3.0) rest-client (~> 2.0, >= 2.0.2) GEM diff --git a/lib/seatsio/version.rb b/lib/seatsio/version.rb index 788902d..7cd1ba9 100644 --- a/lib/seatsio/version.rb +++ b/lib/seatsio/version.rb @@ -1,3 +1,3 @@ module Seatsio - VERSION = "48.2.0" + VERSION = "48.3.0" end