From 931e4f96748339c506faa17e53a464f6684def34 Mon Sep 17 00:00:00 2001 From: Justin Coyne Date: Mon, 29 Apr 2013 15:50:05 -0500 Subject: [PATCH] Preparing for 6.1.0 release --- hydra-core/lib/hydra-head/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hydra-core/lib/hydra-head/version.rb b/hydra-core/lib/hydra-head/version.rb index bd6107eb7..62902a995 100644 --- a/hydra-core/lib/hydra-head/version.rb +++ b/hydra-core/lib/hydra-head/version.rb @@ -1,4 +1,4 @@ module HydraHead - VERSION = "6.0.0" + VERSION = "6.1.0" end