From 144268010d99c885e46afda06622fd654de935ad Mon Sep 17 00:00:00 2001 From: Seam Bot Date: Tue, 5 Sep 2023 14:58:53 +0000 Subject: [PATCH] 1.11.2 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 2da2a0e..5abf860 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - seamapi (1.11.1) + seamapi (1.11.2) http (~> 5.0.0) GEM diff --git a/lib/seam/version.rb b/lib/seam/version.rb index 4287f74..6f9ecbb 100644 --- a/lib/seam/version.rb +++ b/lib/seam/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Seam - VERSION = "1.11.1" + VERSION = "1.11.2" end