From aa078e44b41a0ba57dfd060de505303370ac4736 Mon Sep 17 00:00:00 2001 From: Shana Moore Date: Mon, 2 Oct 2023 14:43:17 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=B8=20Minor=20bump=20to=20v5.4.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Follow newly updated instructions at: https://playbook-staging.notch8.com/en/samvera/bulkrax/release-a-new-version#set-the-version-number Mostly a small collection of bug fixes. --- lib/bulkrax/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bulkrax/version.rb b/lib/bulkrax/version.rb index ac10a184..3354df1a 100644 --- a/lib/bulkrax/version.rb +++ b/lib/bulkrax/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Bulkrax - VERSION = '5.3.0' + VERSION = '5.4.0' end