Skip to content

Commit

Permalink
Point release with minor fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
djanowski committed Apr 21, 2010
1 parent aa2ff80 commit 7d3d916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/redis.rb
@@ -1,7 +1,7 @@
require 'socket' require 'socket'


class Redis class Redis
VERSION = "1.0.4" VERSION = "1.0.5"


def self.new(*attrs) def self.new(*attrs)
Client.new(*attrs) Client.new(*attrs)
Expand Down

0 comments on commit 7d3d916

Please sign in to comment.