From fde03fbaab08db7d9b3735a9a3d5a7448f141200 Mon Sep 17 00:00:00 2001 From: Blair Lunceford <74257063+blairlunceford@users.noreply.github.com> Date: Fri, 13 Aug 2021 12:11:44 -0600 Subject: [PATCH] Bump minor version to 1.5.0 (#121) --- Gemfile.lock | 4 ++-- lib/workos/version.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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