diff --git a/Gemfile.lock b/Gemfile.lock index f1267953..d30825a8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - workos (2.0.0) + workos (2.1.0) sorbet-runtime (~> 0.5) GEM @@ -93,4 +93,4 @@ DEPENDENCIES yard BUNDLED WITH - 2.2.22 + 2.2.33 diff --git a/lib/workos/version.rb b/lib/workos/version.rb index 5163f0ba..5c3a7234 100644 --- a/lib/workos/version.rb +++ b/lib/workos/version.rb @@ -2,5 +2,5 @@ # typed: strong module WorkOS - VERSION = '2.0.0' + VERSION = '2.1.0' end