From 5fc857f093af0e3a6cacc22f4fc11c6f6d8bb5ab Mon Sep 17 00:00:00 2001 From: Simeon Movchan Date: Fri, 17 Feb 2017 13:17:21 +0500 Subject: [PATCH] Release 1.13.0 --- 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 e484009..73374b9 100644 --- a/lib/resque/integration/version.rb +++ b/lib/resque/integration/version.rb @@ -1,5 +1,5 @@ module Resque module Integration - VERSION = '1.12.0' + VERSION = '1.13.0' end end