From 6130fc246cc450866db8c7f32d23e55555b5f38f Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Tue, 23 Aug 2011 15:12:46 -0700 Subject: [PATCH] 1.18.3 --- HISTORY.md | 4 ++++ lib/resque/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 3b847f833..974654b80 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,7 @@ +## 1.18.3 (2011-08-23) + +* Bugfix: Fix preloading on Rails 3.x. + ## 1.18.2 (2011-08-19) * Fix RAILS_ROOT deprecation warning diff --git a/lib/resque/version.rb b/lib/resque/version.rb index 304f6e4bd..126397d48 100644 --- a/lib/resque/version.rb +++ b/lib/resque/version.rb @@ -1,3 +1,3 @@ module Resque - Version = VERSION = '1.18.2' + Version = VERSION = '1.18.3' end