We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbb400b commit f0f1694Copy full SHA for f0f1694
HISTORY.md
@@ -1,3 +1,7 @@
1
+## 1.18.2 (2011-08-19)
2
+
3
+* Fix RAILS_ROOT deprecation warning
4
5
## 1.18.1 (2011-08-19)
6
7
* Bugfix: Use RAILS_ROOT in preload task
lib/resque/version.rb
@@ -1,3 +1,3 @@
module Resque
- Version = VERSION = '1.18.1'
+ Version = VERSION = '1.18.2'
end
0 commit comments