From dd9b7ac130074c2612614b4f21eae27e11e979ad Mon Sep 17 00:00:00 2001 From: Blair Lunceford <74257063+blairlunceford@users.noreply.github.com> Date: Wed, 3 Nov 2021 15:57:26 -0600 Subject: [PATCH] Bump patch version to 1.6.1 (#131) --- Gemfile.lock | 6 +++--- lib/workos/version.rb | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 92331104..63b6af9d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - workos (1.6.0) + workos (1.6.1) 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.9094) + sorbet-runtime (0.5.9300) sorbet-static (0.5.6388-universal-darwin-14) sorbet-static (0.5.6388-universal-darwin-15) sorbet-static (0.5.6388-universal-darwin-16) @@ -93,4 +93,4 @@ DEPENDENCIES yard BUNDLED WITH - 2.2.16 + 2.2.22 diff --git a/lib/workos/version.rb b/lib/workos/version.rb index 94ca7d65..56cbb095 100644 --- a/lib/workos/version.rb +++ b/lib/workos/version.rb @@ -2,5 +2,5 @@ # typed: strong module WorkOS - VERSION = '1.6.0' + VERSION = '1.6.1' end