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