From 9644d133c9bc270228c531d5de6bdaec8ac20d04 Mon Sep 17 00:00:00 2001 From: Michael Grosser Date: Sat, 8 Jun 2024 09:08:06 -0700 Subject: [PATCH] v1.25.1 --- Gemfile.lock | 2 +- lib/parallel/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index f563cbb..2a4d9ad 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - parallel (1.25.0) + parallel (1.25.1) GEM remote: https://rubygems.org/ diff --git a/lib/parallel/version.rb b/lib/parallel/version.rb index ea80479..d057b9c 100644 --- a/lib/parallel/version.rb +++ b/lib/parallel/version.rb @@ -1,4 +1,4 @@ # frozen_string_literal: true module Parallel - VERSION = Version = '1.25.0' # rubocop:disable Naming/ConstantName + VERSION = Version = '1.25.1' # rubocop:disable Naming/ConstantName end