diff --git a/Gemfile.lock b/Gemfile.lock index 88c7ee39..7a04ed3a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - workos (5.4.0) + workos (5.5.0) GEM remote: https://rubygems.org/ diff --git a/lib/workos/version.rb b/lib/workos/version.rb index 17e23576..dfaa13a9 100644 --- a/lib/workos/version.rb +++ b/lib/workos/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module WorkOS - VERSION = '5.4.0' + VERSION = '5.5.0' end