Skip to content

Commit

Permalink
- Update Redis
Browse files Browse the repository at this point in the history
    - to 2.0.2

  Signed-off-by: Scott M. Likens <slikens@engineyard.com>
  • Loading branch information
Scott M. Likens committed Oct 10, 2010
1 parent c89307d commit 4ef0203
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cookbooks/redis/recipes/default.rb
Expand Up @@ -11,11 +11,11 @@
end

enable_package "dev-db/redis" do
version "2.0.1"
version "2.0.2"
end

package "dev-db/redis" do
version "2.0.1"
version "2.0.2"
action :install
end

Expand Down

0 comments on commit 4ef0203

Please sign in to comment.