From c5e6fedfbeaf92031e52b7dcc98ea06a00c10f33 Mon Sep 17 00:00:00 2001 From: Konstantinos Kostis Date: Thu, 1 Aug 2019 21:19:03 +0300 Subject: [PATCH] Bump version --- lib/resque/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/resque/version.rb b/lib/resque/version.rb index 65049a901..3279c02b4 100644 --- a/lib/resque/version.rb +++ b/lib/resque/version.rb @@ -1,3 +1,3 @@ module Resque - Version = VERSION = '1.27.4.skroutz.1' + Version = VERSION = '1.27.4.skroutz.2.pre' end