From 587663e0643b30453c4e15e62831aba4a0a77e2f Mon Sep 17 00:00:00 2001 From: Michael Grosser Date: Sat, 7 Nov 2020 09:41:29 -0800 Subject: [PATCH] v1.20.0 --- Gemfile.lock | 2 +- lib/parallel/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index fe34938..ebebdb3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - parallel (1.19.2) + parallel (1.20.0) GEM remote: https://rubygems.org/ diff --git a/lib/parallel/version.rb b/lib/parallel/version.rb index f4b7bc0..dde7f99 100644 --- a/lib/parallel/version.rb +++ b/lib/parallel/version.rb @@ -1,3 +1,3 @@ module Parallel - VERSION = Version = '1.19.2' + VERSION = Version = '1.20.0' end