diff --git a/Gemfile.lock b/Gemfile.lock index 9954e77d..5cb9ad87 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - workos (2.8.0) + workos (2.9.0) sorbet-runtime (~> 0.5) GEM diff --git a/lib/workos/version.rb b/lib/workos/version.rb index 956b82ce..95cd16ca 100644 --- a/lib/workos/version.rb +++ b/lib/workos/version.rb @@ -2,5 +2,5 @@ # typed: strong module WorkOS - VERSION = '2.8.0' + VERSION = '2.9.0' end