Skip to content

Commit

Permalink
Update mongo version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wfarr committed Mar 26, 2010
1 parent acc3613 commit 308ac8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mongodb.rb
Expand Up @@ -11,7 +11,7 @@ module Mongodb
# recipe :mongodb
def mongodb(hash = {})
options = {
:version => '1.0.1'
:version => '1.4.0'
}.merge(hash)

package 'wget', :ensure => :installed
Expand Down

0 comments on commit 308ac8b

Please sign in to comment.