diff --git a/Gemfile.lock b/Gemfile.lock index 4869bc20..9d00e19b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -10,7 +10,7 @@ GIT PATH remote: . specs: - bulkrax (3.0.0.beta6) + bulkrax (3.0.0.beta7) bagit (~> 0.4) coderay iso8601 (~> 0.9.0) diff --git a/lib/bulkrax/version.rb b/lib/bulkrax/version.rb index c9a64985..a03d92ef 100644 --- a/lib/bulkrax/version.rb +++ b/lib/bulkrax/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Bulkrax - VERSION = '3.0.0.beta6' + VERSION = '3.0.0.beta7' end