From 217ab609788cb3fc9df48753ca52660845faa7ed Mon Sep 17 00:00:00 2001 From: bibendi Date: Thu, 23 Oct 2014 10:37:58 +0600 Subject: [PATCH] bump version to 0.4.4 --- lib/resque/integration/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/resque/integration/version.rb b/lib/resque/integration/version.rb index 8d69998..ce5cd80 100644 --- a/lib/resque/integration/version.rb +++ b/lib/resque/integration/version.rb @@ -1,5 +1,5 @@ module Resque module Integration - VERSION = '0.4.3' + VERSION = '0.4.4' end end