From 7b412303dcd8fac9e8f45846e63d092c061ab774 Mon Sep 17 00:00:00 2001 From: Colin Barber Date: Fri, 10 Oct 2025 15:44:00 -0300 Subject: [PATCH] Bump to 5.26.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 778887ea..9fa290a1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - workos (5.25.0) + workos (5.26.0) encryptor (~> 3.0) jwt (~> 2.8) diff --git a/lib/workos/version.rb b/lib/workos/version.rb index 7886021c..54c84c5c 100644 --- a/lib/workos/version.rb +++ b/lib/workos/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module WorkOS - VERSION = '5.25.0' + VERSION = '5.26.0' end