From 1804a702278db4f91ab6791504634e92b8b76642 Mon Sep 17 00:00:00 2001 From: jtimberman Date: Sun, 9 Jun 2013 15:21:09 -0600 Subject: [PATCH] increment version for development --- metadata.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.rb b/metadata.rb index 9b8f32a..5063521 100644 --- a/metadata.rb +++ b/metadata.rb @@ -3,7 +3,7 @@ maintainer "Opscode, Inc." maintainer_email "cookbooks@opscode.com" license "Apache 2.0" description "Installs and configures postfix for client or outbound relayhost, or to do SASL auth" -version "2.1.6" +version "2.1.7" recipe "postfix", "Installs and configures postfix" recipe "postfix::sasl_auth", "Set up postfix to auth to a server with sasl" recipe "postfix::aliases", "Manages /etc/aliases"