From b11021326aa5888a0546f8514e411d39056a35f6 Mon Sep 17 00:00:00 2001 From: David Chelimsky Date: Tue, 3 Apr 2012 10:22:00 -0300 Subject: [PATCH] bump to 2.9.1 --- Changelog.md | 4 ++-- lib/rspec/expectations/version.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Changelog.md b/Changelog.md index 56a31ea65..0c3ad35e2 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,5 @@ -### dev -[full changelog](http://github.com/rspec/rspec-expectations/compare/v2.9.0...master) +### 2.9.1 / 2012-04-03 +[full changelog](http://github.com/rspec/rspec-expectations/compare/v2.9.0...2.9.1) Bug fixes diff --git a/lib/rspec/expectations/version.rb b/lib/rspec/expectations/version.rb index 298c33369..91dc91f36 100644 --- a/lib/rspec/expectations/version.rb +++ b/lib/rspec/expectations/version.rb @@ -2,7 +2,7 @@ module RSpec module Expectations # @private module Version - STRING = '2.9.0' + STRING = '2.9.1' end end end