From 75afb99d79cd72aa1060389bef7f6b2c7b459f7f Mon Sep 17 00:00:00 2001 From: Alisha Evans Date: Tue, 19 Jul 2022 17:36:42 -0500 Subject: [PATCH] minor version bump to 4.2.0 (#606) --- Gemfile.lock | 2 +- lib/bulkrax/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 2e09808e..dd140a39 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - bulkrax (4.1.1) + bulkrax (4.2.0) bagit (~> 0.4) coderay iso8601 (~> 0.9.0) diff --git a/lib/bulkrax/version.rb b/lib/bulkrax/version.rb index 971cb531..a727cf53 100644 --- a/lib/bulkrax/version.rb +++ b/lib/bulkrax/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Bulkrax - VERSION = '4.1.1' + VERSION = '4.2.0' end