From 20a06b9c03bfc1788fcb54c85911ebc566b3d46c Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Tue, 8 Oct 2013 16:08:08 -0400 Subject: [PATCH] Version bump to v3.0.3 --- metadata.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.rb b/metadata.rb index 636348c..75ac330 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 "3.0.2" +version "3.0.3" 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"