From 02ca20b1175f6b286c30c3c5e1bc542df4ee7f42 Mon Sep 17 00:00:00 2001 From: Nick Nisi Date: Thu, 13 Feb 2025 12:31:10 -0600 Subject: [PATCH] v5.14.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 a37fc278..481f1d95 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - workos (5.13.0) + workos (5.14.0) encryptor (~> 3.0) jwt (~> 2.8) diff --git a/lib/workos/version.rb b/lib/workos/version.rb index a8b944bb..dcfe4873 100644 --- a/lib/workos/version.rb +++ b/lib/workos/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module WorkOS - VERSION = '5.13.0' + VERSION = '5.14.0' end