From 547500730dab994b4e06ce97cc521d54bb53f579 Mon Sep 17 00:00:00 2001 From: Elliot Winkler Date: Thu, 28 Jan 2016 00:20:45 -0700 Subject: [PATCH] Bump version to 3.1.1 --- 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 733c624eb..ba3b99674 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# HEAD +# 3.1.1 ### Bug fixes diff --git a/lib/shoulda/matchers/version.rb b/lib/shoulda/matchers/version.rb index be6d01b70..9061b6605 100644 --- a/lib/shoulda/matchers/version.rb +++ b/lib/shoulda/matchers/version.rb @@ -1,6 +1,6 @@ module Shoulda module Matchers # @private - VERSION = '3.1.0'.freeze + VERSION = '3.1.1'.freeze end end