We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d03a1a7 commit c8f967cCopy full SHA for c8f967c
HISTORY.md
@@ -1,7 +1,8 @@
1
-## 1.8.6 (2010-06-02)
+## 1.9.0 (2010-06-04)
2
3
* Redis 2 support
4
* Depend on redis-namespace 0.5.0
5
+* Added Resque::VERSION constant (alias of Resque::Version)
6
* Bugfix: Specify JSON dependency
7
* Bugfix: Hoptoad plugin now works on 1.9
8
lib/resque/version.rb
@@ -1,3 +1,3 @@
module Resque
- Version = '1.8.6'
+ Version = VERSION = '1.9.0'
end
0 commit comments