From e5e1e489b2c6b54d99896aeb75892febfec5b14b Mon Sep 17 00:00:00 2001 From: Anna Headley Date: Thu, 7 Sep 2017 16:28:23 -0400 Subject: [PATCH] Prepare to release 7.4.0 --- README.md | 2 +- lib/sufia/version.rb | 2 +- template.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 764f96163d..9196678a99 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ If you have questions or need help, please email [the Hydra community tech list] # Getting started This document contains instructions specific to setting up an app with __Sufia -v7.3.1__. If you are looking for instructions on installing a different +v7.4.0__. If you are looking for instructions on installing a different version, be sure to select the appropriate branch or tag from the drop-down menu above. diff --git a/lib/sufia/version.rb b/lib/sufia/version.rb index da812acaa0..c9f3f879c1 100644 --- a/lib/sufia/version.rb +++ b/lib/sufia/version.rb @@ -1,3 +1,3 @@ module Sufia - VERSION = '7.3.1'.freeze + VERSION = '7.4.0'.freeze end diff --git a/template.rb b/template.rb index 6a6e3382fd..3887379b82 100644 --- a/template.rb +++ b/template.rb @@ -1,4 +1,4 @@ -gem 'sufia', '7.3.1' +gem 'sufia', '7.4.0' run 'bundle install'