diff --git a/Gemfile.lock b/Gemfile.lock index 86530b47..3fd7a022 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - workos (1.4.0) + workos (1.5.0) sorbet-runtime (~> 0.5) GEM @@ -60,7 +60,7 @@ GEM simplecov_json_formatter (0.1.2) sorbet (0.5.6388) sorbet-static (= 0.5.6388) - sorbet-runtime (0.5.6530) + sorbet-runtime (0.5.9035) sorbet-static (0.5.6388-universal-darwin-14) sorbet-static (0.5.6388-universal-darwin-15) sorbet-static (0.5.6388-universal-darwin-16) diff --git a/lib/workos/version.rb b/lib/workos/version.rb index d1cddfb7..47a6fc0c 100644 --- a/lib/workos/version.rb +++ b/lib/workos/version.rb @@ -2,5 +2,5 @@ # typed: strong module WorkOS - VERSION = '1.4.0' + VERSION = '1.5.0' end