From 4d3d28a5143604df3faec7c741001c8ad40817c2 Mon Sep 17 00:00:00 2001 From: "Michael J. Giarlo" Date: Sat, 1 Oct 2016 16:02:34 -0700 Subject: [PATCH] Bump version to 7.2.0 --- README.md | 6 +++--- lib/sufia/version.rb | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b6aec8aeaf..e420ed952f 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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. @@ -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` diff --git a/lib/sufia/version.rb b/lib/sufia/version.rb index 0749e8b6bd..edcccd95d8 100644 --- a/lib/sufia/version.rb +++ b/lib/sufia/version.rb @@ -1,3 +1,3 @@ module Sufia - VERSION = '7.1.0'.freeze + VERSION = '7.2.0'.freeze end