From 0ab695d71608e4abc52b2f3340f519a65a090ac5 Mon Sep 17 00:00:00 2001 From: Shana Moore Date: Mon, 2 Oct 2023 14:45:40 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=B8=20Minor=20bump=20to=20v5.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Mostly a small collection of bug fixes. Ref: - https://playbook-staging.notch8.com/en/samvera/bulkrax/release-a-new-version#set-the-version-number --- 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