From af5365ce17767edaa39778840c236c639d7bb679 Mon Sep 17 00:00:00 2001 From: Seam Bot Date: Thu, 21 Nov 2024 07:05:07 +0000 Subject: [PATCH] 2.2.0 Signed-off-by: Seam Bot --- Gemfile.lock | 2 +- lib/seam/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c11e169..125c15d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - seam (2.1.0) + seam (2.2.0) faraday (~> 2.7) faraday-retry (~> 2.2) svix (~> 1.30) diff --git a/lib/seam/version.rb b/lib/seam/version.rb index 6218e9e..22992c9 100644 --- a/lib/seam/version.rb +++ b/lib/seam/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Seam - VERSION = "2.1.0" + VERSION = "2.2.0" end