From 5d97feae5e8099d8c1b387700c46ed5a79f39d9d Mon Sep 17 00:00:00 2001 From: Justin Coyne Date: Wed, 24 May 2017 14:08:14 -0500 Subject: [PATCH] Bump version to 1.0.1 --- lib/hyrax/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hyrax/version.rb b/lib/hyrax/version.rb index 523ebedc54..7220ffad41 100644 --- a/lib/hyrax/version.rb +++ b/lib/hyrax/version.rb @@ -1,3 +1,3 @@ module Hyrax - VERSION = '1.0.0'.freeze + VERSION = '1.0.1'.freeze end