From e8214d4ec86aab5058a7b78b60e2a1fc10d1d613 Mon Sep 17 00:00:00 2001 From: Nick Nisi Date: Wed, 23 Apr 2025 13:55:27 -0500 Subject: [PATCH] v5.16.1 --- Gemfile.lock | 2 +- lib/workos/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 63f2ce17..3123d85d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - workos (5.16.0) + workos (5.16.1) encryptor (~> 3.0) jwt (~> 2.8) diff --git a/lib/workos/version.rb b/lib/workos/version.rb index 888a219f..bec21ea7 100644 --- a/lib/workos/version.rb +++ b/lib/workos/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module WorkOS - VERSION = '5.16.0' + VERSION = '5.16.1' end