Skip to content

Commit

Permalink
Bump version to 7.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mjgiarlo committed Apr 26, 2017
1 parent 8be710f commit 41189f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion lib/sufia/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Sufia
VERSION = '7.3.0'.freeze
VERSION = '7.3.1'.freeze
end
2 changes: 1 addition & 1 deletion template.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
gem 'sufia', '7.3.0'
gem 'sufia', '7.3.1'

run 'bundle install'

Expand Down

0 comments on commit 41189f4

Please sign in to comment.