From db7d32ca0392d18c48a8593d28f050332557d9ca Mon Sep 17 00:00:00 2001 From: Alisha Evans Date: Thu, 1 Dec 2022 13:58:30 -0600 Subject: [PATCH] bump bulkrax to v4.4.0 (#681) --- Gemfile.lock | 2 +- lib/bulkrax/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 2b13bb2e..c039a34b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - bulkrax (4.3.0) + bulkrax (4.4.0) bagit (~> 0.4) coderay iso8601 (~> 0.9.0) diff --git a/lib/bulkrax/version.rb b/lib/bulkrax/version.rb index d5a1d590..beef457c 100644 --- a/lib/bulkrax/version.rb +++ b/lib/bulkrax/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Bulkrax - VERSION = '4.3.0' + VERSION = '4.4.0' end