From 4aaa62f4f99e05ec6edabe7d1a317179cb40a2cc Mon Sep 17 00:00:00 2001 From: Elliot Winkler Date: Thu, 25 Dec 2014 00:59:54 -0500 Subject: [PATCH] Bump version to 2.8.0.rc1 [ci skip] --- NEWS.md | 2 +- lib/shoulda/matchers/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index 643aa79f2..aace973fb 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# HEAD +# 2.8.0.rc1 ### Deprecations diff --git a/lib/shoulda/matchers/version.rb b/lib/shoulda/matchers/version.rb index 72ab4c729..8a22a96d2 100644 --- a/lib/shoulda/matchers/version.rb +++ b/lib/shoulda/matchers/version.rb @@ -1,6 +1,6 @@ module Shoulda module Matchers # @private - VERSION = '2.7.0'.freeze + VERSION = '2.8.0.rc1'.freeze end end