Skip to content

Commit c8f967c

Browse files
committed
1.8.6 should have been 1.9.0
1 parent d03a1a7 commit c8f967c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

HISTORY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
## 1.8.6 (2010-06-02)
1+
## 1.9.0 (2010-06-04)
22

33
* Redis 2 support
44
* Depend on redis-namespace 0.5.0
5+
* Added Resque::VERSION constant (alias of Resque::Version)
56
* Bugfix: Specify JSON dependency
67
* Bugfix: Hoptoad plugin now works on 1.9
78

lib/resque/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Resque
2-
Version = '1.8.6'
2+
Version = VERSION = '1.9.0'
33
end

0 commit comments

Comments
 (0)