From 232becca6283988cada4071f5443be7d13eda66c Mon Sep 17 00:00:00 2001 From: Kristina Spurgin Date: Thu, 20 Jan 2022 19:01:33 -0500 Subject: [PATCH] bump version --- lib/collectionspace/mapper/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/collectionspace/mapper/version.rb b/lib/collectionspace/mapper/version.rb index 8bcbd0b2..95e22855 100644 --- a/lib/collectionspace/mapper/version.rb +++ b/lib/collectionspace/mapper/version.rb @@ -2,6 +2,6 @@ module CollectionSpace module Mapper - VERSION = '2.5.2' + VERSION = '3.0.0' end end