From 532c05d7263cb1c1ba6c9a34866f93cbe52afd15 Mon Sep 17 00:00:00 2001 From: Benjamin Kiah Stroud <32469930+bkiahstroud@users.noreply.github.com> Date: Fri, 10 Jun 2022 14:40:32 -0700 Subject: [PATCH] patch version bump v3.3.2 (#562) --- Gemfile.lock | 2 +- lib/bulkrax/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 021556df..5fb1c9d6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -10,7 +10,7 @@ GIT PATH remote: . specs: - bulkrax (3.3.1) + bulkrax (3.3.2) bagit (~> 0.4) coderay iso8601 (~> 0.9.0) diff --git a/lib/bulkrax/version.rb b/lib/bulkrax/version.rb index ab0084f0..53268af7 100644 --- a/lib/bulkrax/version.rb +++ b/lib/bulkrax/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Bulkrax - VERSION = '3.3.1' + VERSION = '3.3.2' end