diff --git a/HISTORY.md b/HISTORY.md index 600a94d4d..3b847f833 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,7 @@ +## 1.18.2 (2011-08-19) + +* Fix RAILS_ROOT deprecation warning + ## 1.18.1 (2011-08-19) * Bugfix: Use RAILS_ROOT in preload task diff --git a/lib/resque/version.rb b/lib/resque/version.rb index a454044a7..304f6e4bd 100644 --- a/lib/resque/version.rb +++ b/lib/resque/version.rb @@ -1,3 +1,3 @@ module Resque - Version = VERSION = '1.18.1' + Version = VERSION = '1.18.2' end