From 28c3337477d9b5cc2412cc6a1dd90a632e311e80 Mon Sep 17 00:00:00 2001 From: Cezary Baginski Date: Tue, 31 May 2016 20:40:01 +0200 Subject: [PATCH] Release 4.7.1 --- lib/guard/rspec/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/guard/rspec/version.rb b/lib/guard/rspec/version.rb index 9617ea16..57a38f27 100644 --- a/lib/guard/rspec/version.rb +++ b/lib/guard/rspec/version.rb @@ -1,5 +1,5 @@ module Guard module RSpecVersion - VERSION = "4.7.0".freeze + VERSION = "4.7.1".freeze end end