Skip to content

Commit

Permalink
Bump version to 7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mjgiarlo committed Oct 1, 2016
1 parent 3520ceb commit 4d3d28a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Docs: [![Documentation Status](https://inch-ci.org/github/projecthydra/sufia.svg
[![Apache 2.0 License](http://img.shields.io/badge/APACHE2-license-blue.svg)](./LICENSE)

Jump in: [![Slack Status](http://slack.projecthydra.org/badge.svg)](http://slack.projecthydra.org/)
[![Ready Tickets](https://badge.waffle.io/projecthydra/sufia.png?label=ready&milestone=7.2.0&title=Ready)](https://waffle.io/projecthydra/sufia?milestone=7.2.0)
[![Ready Tickets](https://badge.waffle.io/projecthydra/sufia.png?label=ready&milestone=7.3.0&title=Ready)](https://waffle.io/projecthydra/sufia?milestone=7.3.0)

# Table of Contents

Expand Down Expand Up @@ -102,7 +102,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.1.0__. If you are looking for instructions on installing a different
v7.2.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 @@ -168,7 +168,7 @@ rails new my_app
Add the following lines to your application's Gemfile.

```
gem 'sufia', '7.1.0'
gem 'sufia', '7.2.0'
```

Then install Sufia as a dependency of your app via `bundle install`
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.1.0'.freeze
VERSION = '7.2.0'.freeze
end

0 comments on commit 4d3d28a

Please sign in to comment.