From 1cb4d1150bf64c26fae071e329a02801e984dad7 Mon Sep 17 00:00:00 2001 From: Stacy Curry Date: Mon, 27 Oct 2025 09:03:04 -0500 Subject: [PATCH] bump to v5.27.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 9fa290a1..51a30f59 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - workos (5.26.0) + workos (5.27.0) encryptor (~> 3.0) jwt (~> 2.8) diff --git a/lib/workos/version.rb b/lib/workos/version.rb index 54c84c5c..35ff0d3d 100644 --- a/lib/workos/version.rb +++ b/lib/workos/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module WorkOS - VERSION = '5.26.0' + VERSION = '5.27.0' end