From fb34cd78f589a3bc33f7afb89f9e896b49dbfeda Mon Sep 17 00:00:00 2001 From: Alisha Evans Date: Fri, 15 Jul 2022 12:56:57 -0500 Subject: [PATCH] major upgrade to v4.0.0 (#594) * major upgrade to v4.0.0 * lint --- Gemfile.lock | 2 +- lib/bulkrax/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 9e39c07e..2e7d54d5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - bulkrax (3.5.1) + bulkrax (4.0.0) bagit (~> 0.4) coderay iso8601 (~> 0.9.0) diff --git a/lib/bulkrax/version.rb b/lib/bulkrax/version.rb index 4fc3e1d2..f5f4700e 100644 --- a/lib/bulkrax/version.rb +++ b/lib/bulkrax/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Bulkrax - VERSION = '3.5.1' + VERSION = '4.0.0' end