From 0bd7ab24e03b3436cb7a857fd5bfcb39dd693879 Mon Sep 17 00:00:00 2001 From: Simeon Movchan Date: Wed, 1 Nov 2017 09:37:50 +0500 Subject: [PATCH] Release 1.17.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 64b04e1..b5a9583 100644 --- a/lib/resque/integration/version.rb +++ b/lib/resque/integration/version.rb @@ -1,5 +1,5 @@ module Resque module Integration - VERSION = '1.16.4'.freeze + VERSION = '1.17.0'.freeze end end