diff --git a/Gemfile.lock b/Gemfile.lock index 8a4e9d13..f96a979e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - bulkrax (3.3.2) + bulkrax (3.4.0) bagit (~> 0.4) coderay iso8601 (~> 0.9.0) diff --git a/lib/bulkrax/version.rb b/lib/bulkrax/version.rb index 53268af7..9b651153 100644 --- a/lib/bulkrax/version.rb +++ b/lib/bulkrax/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Bulkrax - VERSION = '3.3.2' + VERSION = '3.4.0' end