From 97cada33e3f531322bfa84f50416a9739e8950cf Mon Sep 17 00:00:00 2001 From: Benjamin Kiah Stroud <32469930+bkiahstroud@users.noreply.github.com> Date: Tue, 15 Feb 2022 15:20:36 -0800 Subject: [PATCH] patch version bump v2.2.2 (#418) --- Gemfile.lock | 2 +- lib/bulkrax/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 5a50e82b..a1b2306b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -10,7 +10,7 @@ GIT PATH remote: . specs: - bulkrax (2.2.1) + bulkrax (2.2.2) bagit (~> 0.4) coderay iso8601 (~> 0.9.0) diff --git a/lib/bulkrax/version.rb b/lib/bulkrax/version.rb index bea897e6..73cfb68e 100644 --- a/lib/bulkrax/version.rb +++ b/lib/bulkrax/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Bulkrax - VERSION = '2.2.1' + VERSION = '2.2.2' end