From 2b50e9d6cd410891a718f07fc2789ad251bf889e Mon Sep 17 00:00:00 2001 From: Sergey Storchay Date: Tue, 31 May 2016 13:55:13 +0300 Subject: [PATCH] Fix Mailhog version in README, close #3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56cc3c0..fa81fd3 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This cookbook contains the following attributes: | Key | Type | Default | Description | |--------------------------------------------------|---------|-------------------------------------------------------------------|------------------------------------------------------------------------------| -| ['mailhog']['version'] | String | 0.1.6 | Version of the MailHog to install | +| ['mailhog']['version'] | String | 0.2.0 | Version of the MailHog to install | | ['mailhog']['install_method'] | String | binary | MailHog install method | | ['mailhog']['binary']['url'] | String | nil | MailHog binary url | | ['mailhog']['binary']['mode'] | Integer | 0755 | Access permissions to the MailHog binary file |