diff --git a/Gemfile.lock b/Gemfile.lock index e92dd9f6..91297cfa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - workos (1.1.0) + workos (1.2.0) sorbet-runtime (~> 0.5) GEM diff --git a/lib/workos/version.rb b/lib/workos/version.rb index c61afee3..0c3cd75c 100644 --- a/lib/workos/version.rb +++ b/lib/workos/version.rb @@ -2,5 +2,5 @@ # typed: strong module WorkOS - VERSION = '1.1.0' + VERSION = '1.2.0' end