From 9a78d65258779f86020831f9cbc83541b7a4edb1 Mon Sep 17 00:00:00 2001 From: "Garen J. Torikian" Date: Thu, 15 Jan 2026 10:18:10 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=8E=205.31.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Gemfile.lock | 4 ++-- lib/workos/version.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 18de8384..86ca014b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - workos (5.30.1) + workos (5.31.0) encryptor (~> 3.0) jwt (~> 2.8) @@ -20,7 +20,7 @@ GEM encryptor (3.0.0) hashdiff (1.1.0) json (2.9.1) - jwt (2.10.1) + jwt (2.10.2) base64 language_server-protocol (3.17.0.3) parallel (1.26.3) diff --git a/lib/workos/version.rb b/lib/workos/version.rb index a1d193d7..9cb92759 100644 --- a/lib/workos/version.rb +++ b/lib/workos/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module WorkOS - VERSION = '5.30.1' + VERSION = '5.31.0' end