diff --git a/Gemfile.lock b/Gemfile.lock index 793f76ea..6e0fec96 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -10,7 +10,7 @@ GIT PATH remote: . specs: - bulkrax (2.2.4) + bulkrax (2.3.0) bagit (~> 0.4) coderay iso8601 (~> 0.9.0) diff --git a/lib/bulkrax/version.rb b/lib/bulkrax/version.rb index c168f887..712d542d 100644 --- a/lib/bulkrax/version.rb +++ b/lib/bulkrax/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Bulkrax - VERSION = '2.2.4' + VERSION = '2.3.0' end