diff --git a/README.md b/README.md index 54e3190a7b..0bb9befe3b 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.0__. If you are looking for instructions on installing a different +v7.3.1__. 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 383348a292..da812acaa0 100644 --- a/lib/sufia/version.rb +++ b/lib/sufia/version.rb @@ -1,3 +1,3 @@ module Sufia - VERSION = '7.3.0'.freeze + VERSION = '7.3.1'.freeze end diff --git a/template.rb b/template.rb index bdc55624e8..6a6e3382fd 100644 --- a/template.rb +++ b/template.rb @@ -1,4 +1,4 @@ -gem 'sufia', '7.3.0' +gem 'sufia', '7.3.1' run 'bundle install'