From cdf473b31e9ec04e0abe07df50e63a12aa23c5e7 Mon Sep 17 00:00:00 2001 From: Blair Lunceford <74257063+blairlunceford@users.noreply.github.com> Date: Fri, 3 May 2024 14:08:52 -0600 Subject: [PATCH] v4.5.0 (#294) --- Gemfile.lock | 2 +- lib/workos/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 653538cf..25fd77f4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - workos (4.4.0) + workos (4.5.0) GEM remote: https://rubygems.org/ diff --git a/lib/workos/version.rb b/lib/workos/version.rb index 3a0f7365..b16ec8af 100644 --- a/lib/workos/version.rb +++ b/lib/workos/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module WorkOS - VERSION = '4.4.0' + VERSION = '4.5.0' end