From e17d5cc0fc33f652c802d5f8c6a17ad86e9eee5b Mon Sep 17 00:00:00 2001 From: Nick Holden Date: Thu, 3 Jul 2025 18:11:10 -0400 Subject: [PATCH] v5.21.0 --- Gemfile.lock | 2 +- lib/workos/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 8c945ec9..4b154900 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - workos (5.20.0) + workos (5.21.0) encryptor (~> 3.0) jwt (~> 2.8) diff --git a/lib/workos/version.rb b/lib/workos/version.rb index 66bcf70a..9c06919a 100644 --- a/lib/workos/version.rb +++ b/lib/workos/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module WorkOS - VERSION = '5.20.0' + VERSION = '5.21.0' end