From 60b33bbb0492f2802b83abcc767119f85b39920f Mon Sep 17 00:00:00 2001 From: Stacy Curry Date: Wed, 19 Feb 2025 19:42:27 -0600 Subject: [PATCH] v5.15.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 481f1d95..e218c2a2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - workos (5.14.0) + workos (5.15.0) encryptor (~> 3.0) jwt (~> 2.8) diff --git a/lib/workos/version.rb b/lib/workos/version.rb index dcfe4873..ea50c5fb 100644 --- a/lib/workos/version.rb +++ b/lib/workos/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module WorkOS - VERSION = '5.14.0' + VERSION = '5.15.0' end