From e5af79401037e49ad6a4279b74578c54af82e240 Mon Sep 17 00:00:00 2001 From: Cezary Baginski Date: Thu, 11 Dec 2014 07:08:13 +0100 Subject: [PATCH] Release 2.1.0 --- lib/guard/bundler/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/guard/bundler/version.rb b/lib/guard/bundler/version.rb index 6ee44ab..14399b6 100644 --- a/lib/guard/bundler/version.rb +++ b/lib/guard/bundler/version.rb @@ -1,6 +1,6 @@ # encoding: utf-8 module Guard module BundlerVersion - VERSION = '2.0.0' + VERSION = '2.1.0' end end