From a38b1ecc606ac0d549a117efceaa34e274314afa Mon Sep 17 00:00:00 2001 From: Thibaud Guillaume-Gentil Date: Tue, 26 Oct 2010 21:24:29 +0200 Subject: [PATCH] Bump to 0.2.2 --- lib/guard/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/guard/version.rb b/lib/guard/version.rb index 8530065..5d49bcd 100644 --- a/lib/guard/version.rb +++ b/lib/guard/version.rb @@ -1,3 +1,3 @@ module Guard - VERSION = "0.2.1" + VERSION = "0.2.2" end \ No newline at end of file