From b62ca5407bdf3b77edd7ce6798ba710b492431bb Mon Sep 17 00:00:00 2001 From: Nathan Stevens Date: Wed, 11 Mar 2015 12:53:59 -0400 Subject: [PATCH] AR-1141 fix (subject source not migrating correctly with faceted subject terms), along with sanitized) and sanitization of file names. --- app/views/index.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/index.erb b/app/views/index.erb index ce04282b..5a11226f 100644 --- a/app/views/index.erb +++ b/app/views/index.erb @@ -1,4 +1,4 @@ -

Archon Migration Service 1.0.3B1 (03-06-2015)

+

Archon Migration Service 1.0.3 (03-06-2015)

<%= ERB.new(File.read(File.dirname(__FILE__)+'/jobs/new.erb')).result(binding) %>