From f8bdbb2d5c253dc1ef274b99fb22101df0685732 Mon Sep 17 00:00:00 2001 From: jtimberman Date: Mon, 9 Apr 2012 13:23:39 -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 25ce816..e459fe8 100644 --- a/metadata.rb +++ b/metadata.rb @@ -2,7 +2,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 "1.0.0" +version "1.0.1" 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"