Skip to content

Commit

Permalink
v1.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grosser committed Apr 18, 2023
1 parent 219a655 commit 449bb55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
parallel (1.22.1)
parallel (1.23.0)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -90,4 +90,4 @@ DEPENDENCIES
sqlite3

BUNDLED WITH
2.3.9
2.3.12
2 changes: 1 addition & 1 deletion lib/parallel/version.rb
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Parallel
VERSION = Version = '1.22.1' # rubocop:disable Naming/ConstantName
VERSION = Version = '1.23.0' # rubocop:disable Naming/ConstantName
end

0 comments on commit 449bb55

Please sign in to comment.