Skip to content

Commit

Permalink
Bump version to 6.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awead committed Nov 12, 2015
1 parent e7473e5 commit bc9763f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ If you have questions or need help, please email [the Hydra community tech list]
# Creating a Sufia-based app

This document contains instructions specific to setting up an app with __Sufia
v6.3.0__. If you are looking for instructions on installing a different
v6.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.

Expand Down Expand Up @@ -142,7 +142,7 @@ rails new my_app
Add the following lines to your application's Gemfile.

```
gem 'sufia', '6.3.0'
gem 'sufia', '6.4.0'
gem 'kaminari', github: 'jcoyne/kaminari', branch: 'sufia' # required to handle pagination properly in dashboard. See https://github.com/amatsuda/kaminari/pull/322
```

Expand Down
2 changes: 1 addition & 1 deletion SUFIA_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.3.0
6.4.0
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 = "6.3.0"
VERSION = "6.4.0"
end
2 changes: 1 addition & 1 deletion sufia-models/lib/sufia/models/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Sufia
module Models
VERSION = "6.3.0"
VERSION = "6.4.0"
end
end

0 comments on commit bc9763f

Please sign in to comment.