From 7fc2c40e5211fdf0ed00ca5252255723787e5ff1 Mon Sep 17 00:00:00 2001 From: Aaron Cruz Date: Thu, 2 May 2013 19:41:00 +0200 Subject: [PATCH] version bump 0.4.3 --- lib/guard/sprockets/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/guard/sprockets/version.rb b/lib/guard/sprockets/version.rb index c150b1e..bf6b477 100644 --- a/lib/guard/sprockets/version.rb +++ b/lib/guard/sprockets/version.rb @@ -1,5 +1,5 @@ module Guard module SprocketsVersion - VERSION = '0.4.2' + VERSION = '0.4.3' end end