diff --git a/Gemfile.lock b/Gemfile.lock index 81e879b9..ddcbf30e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - bulkrax (4.3.0) + bulkrax (4.3.1) bagit (~> 0.4) coderay iso8601 (~> 0.9.0) diff --git a/lib/bulkrax/version.rb b/lib/bulkrax/version.rb index d5a1d590..4602be15 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.3.1' end