From 8b446e1c16b3385707d890b7e7b33f16803e54b4 Mon Sep 17 00:00:00 2001 From: "Michael J. Giarlo" Date: Thu, 4 Feb 2016 16:24:44 -0800 Subject: [PATCH] Bump version to 0.4.0 --- lib/hydra/pcdm/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hydra/pcdm/version.rb b/lib/hydra/pcdm/version.rb index 777f4e34..8b89bbc0 100644 --- a/lib/hydra/pcdm/version.rb +++ b/lib/hydra/pcdm/version.rb @@ -1,5 +1,5 @@ module Hydra module PCDM - VERSION = '0.3.2'.freeze + VERSION = '0.4.0'.freeze end end