From af1483c4be9e14533e08bf27efbb609f99a617f5 Mon Sep 17 00:00:00 2001 From: Kendall Swarthout Date: Tue, 2 Dec 2025 15:32:07 -0800 Subject: [PATCH] version bump --- Gemfile.lock | 2 +- lib/workos/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3cb2fa0a..ce78f138 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - workos (5.29.0) + workos (5.30.1) encryptor (~> 3.0) jwt (~> 2.8) diff --git a/lib/workos/version.rb b/lib/workos/version.rb index af6993a8..a1d193d7 100644 --- a/lib/workos/version.rb +++ b/lib/workos/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module WorkOS - VERSION = '5.29.0' + VERSION = '5.30.1' end