diff --git a/Gemfile.lock b/Gemfile.lock index 6f725e7e..ffd27501 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - workos (5.31.1) + workos (6.0.0) encryptor (~> 3.0) jwt (~> 3.1) diff --git a/lib/workos/version.rb b/lib/workos/version.rb index e0ab11c9..cf8f5082 100644 --- a/lib/workos/version.rb +++ b/lib/workos/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module WorkOS - VERSION = '5.31.1' + VERSION = '6.0.0' end