From 47beee9a3fc3cbedfb97ecb948fdc26ab805bfa4 Mon Sep 17 00:00:00 2001 From: alisherry Date: Mon, 19 Aug 2024 18:05:05 -0400 Subject: [PATCH] Bump version to 5.6.0 (#327) --- Gemfile.lock | 2 +- lib/workos/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 980be8c6..5c1da633 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - workos (5.5.1) + workos (5.6.0) GEM remote: https://rubygems.org/ diff --git a/lib/workos/version.rb b/lib/workos/version.rb index 0ab54adc..9da4e0f4 100644 --- a/lib/workos/version.rb +++ b/lib/workos/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module WorkOS - VERSION = '5.5.1' + VERSION = '5.6.0' end