From f2ebd2fcdb639c7cf4ab9701f57ce89afa6f96c1 Mon Sep 17 00:00:00 2001 From: Michael Hadley Date: Wed, 1 May 2024 11:37:03 -0700 Subject: [PATCH] `v4.4.0` (#292) --- Gemfile.lock | 2 +- lib/workos/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 56ce71d0..653538cf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - workos (4.3.0) + workos (4.4.0) GEM remote: https://rubygems.org/ diff --git a/lib/workos/version.rb b/lib/workos/version.rb index d83136f1..3a0f7365 100644 --- a/lib/workos/version.rb +++ b/lib/workos/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module WorkOS - VERSION = '4.3.0' + VERSION = '4.4.0' end