diff --git a/HISTORY.md b/HISTORY.md index 4180794c5..a8d354ed0 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,9 @@ ## Unreleased +Nothing yet! + +## 1.27.4 (2017-4-15) + ### Fixed * Fix issue where removing a failure from Resque web didn't work when using `RedisMultiQueue` backend. diff --git a/lib/resque/version.rb b/lib/resque/version.rb index d9213aff4..2e5ad1098 100644 --- a/lib/resque/version.rb +++ b/lib/resque/version.rb @@ -1,3 +1,3 @@ module Resque - Version = VERSION = '1.27.3' + Version = VERSION = '1.27.4' end