diff --git a/Gemfile.lock b/Gemfile.lock index b998f41..f563cbb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - parallel (1.24.0) + parallel (1.25.0) GEM remote: https://rubygems.org/ diff --git a/Readme.md b/Readme.md index cf710ce..ade2cfc 100644 --- a/Readme.md +++ b/Readme.md @@ -237,6 +237,7 @@ Authors - [Yuki Inoue](https://github.com/Yuki-Inoue) - [Takumasa Ochi](https://github.com/aeroastro) - [Shai Coleman](https://github.com/shaicoleman) + - [Earlopain](https://github.com/Earlopain) [Michael Grosser](http://grosser.it)
michael@grosser.it
diff --git a/lib/parallel/version.rb b/lib/parallel/version.rb index 885742b..ea80479 100644 --- a/lib/parallel/version.rb +++ b/lib/parallel/version.rb @@ -1,4 +1,4 @@ # frozen_string_literal: true module Parallel - VERSION = Version = '1.24.0' # rubocop:disable Naming/ConstantName + VERSION = Version = '1.25.0' # rubocop:disable Naming/ConstantName end