From 000f584b6f838110dc2960266d94c3adaaa9199d Mon Sep 17 00:00:00 2001 From: Kendall Strautman Swarthout <36613477+kendallstrautman@users.noreply.github.com> Date: Wed, 16 Oct 2024 15:23:44 -0700 Subject: [PATCH] bump minor version 5.8.0 (#331) --- Gemfile.lock | 2 +- lib/workos/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 10c781f3..62bda493 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - workos (5.7.0) + workos (5.8.0) encryptor (~> 3.0) jwt (~> 2.8) diff --git a/lib/workos/version.rb b/lib/workos/version.rb index 823b0354..32d67c77 100644 --- a/lib/workos/version.rb +++ b/lib/workos/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module WorkOS - VERSION = '5.7.0' + VERSION = '5.8.0' end